@charset "UTF-8";

/* ========================================================================
   Component: Base
 ========================================================================== */

/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */

html {
  /* 1 */
  font-family: CircularStd, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #181818;
}

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

body {
  margin: 0;
}

/* Links
 ========================================================================== */

/*
 * Style
 */

a,
.uk-link {
  color: #4299e1;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #3182ce;
  text-decoration: underline;
}

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

/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */

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

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

b,
strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #FF4949;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f6f6f6;
}

/*
 * Emphasize
 */

em {
  color: #FF4949;
}

/*
 * Insert
 */

ins {
  background: #ffd;
  color: #181818;
  text-decoration: none;
}

/*
 * Mark
 */

mark {
  background: #ffd;
  color: #181818;
}

/*
 * Quote
 */

q {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*
 * Remove the gap between the element and the bottom of its parent container.
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */

canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */

img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px;
}

/*
 * Iframe
 * Remove border in all browsers
 */

iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */

/*
 * Margins
 */

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */

* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */

h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  margin: 0 0 20px 0;
  font-family: CircularStd, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */

* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
* + .uk-heading-3xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */

h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }

  h2, .uk-h2 {
    font-size: 2rem;
  }
}

/* Lists
 ========================================================================== */

ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */

/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */

hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */

* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */

address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */

blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */

* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #181818;
}

blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */

/*
 * 1. Contain overflow in all browsers.
 */

pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #181818;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Focus
 ========================================================================== */

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */

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

details,
main { /* 2 */
  display: block;
}

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

summary {
  display: list-item;
}

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

template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */

/*
 * Breakpoints
 */

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */

/* Muted
 ========================================================================== */

a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #181818;
}

/* Text
 ========================================================================== */

a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */

a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #EE2E24;
  text-decoration: none;
}

/* Reset
 ========================================================================== */

/*
 * `!important` needed to override inverse component
 */

a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */

.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */

.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

.uk-heading-3xlarge {
  font-size: 8rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */

@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }

  .uk-heading-medium {
    font-size: 3.5rem;
  }

  .uk-heading-large {
    font-size: 4rem;
  }

  .uk-heading-xlarge {
    font-size: 6rem;
  }

  .uk-heading-2xlarge {
    font-size: 8rem;
  }

  .uk-heading-3xlarge {
    font-size: 11rem;
  }
}

/* Laptop and bigger */

@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }

  .uk-heading-large {
    font-size: 6rem;
  }

  .uk-heading-xlarge {
    font-size: 8rem;
  }

  .uk-heading-2xlarge {
    font-size: 11rem;
  }

  .uk-heading-3xlarge {
    font-size: 15rem;
  }
}

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */

/* Tablet landscape and bigger */

/* Desktop and bigger */

/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */

/* Tablet landscape and bigger */

/* Desktop and bigger */

/* Divider
 ========================================================================== */

.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */

.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */

.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */

/*
 * Clip the child element
 */

.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */

.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */

.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */

/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */

[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */

* + [class*=uk-divider] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */

.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */

/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */

/* 1 */

.uk-divider-small {
  line-height: 0;
}

/* 2 */

.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */

.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */

.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Avoid column break within the list item, when using `column-count`
 */

.uk-list > * {
  break-inside: avoid-column;
}

/*
 * Remove margin from the last-child
 */

.uk-list > * > :last-child {
  margin-bottom: 0;
}

/*
 * Style
 */

.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px;
}

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */

.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */

.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */

.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #EE2E24 !important;
}

.uk-list-secondary > ::before {
  color: #C5DAF0 !important;
}

/* Image bullet modifier
 ========================================================================== */

.uk-list-bullet > * {
  padding-left: 30px;
}

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23181818%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */

/*
 * Divider
 */

.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */

.uk-list-striped > * {
  padding: 10px 10px;
}

.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > :nth-of-type(odd) {
  background: #f6f6f6;
}

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* Size modifier
 ========================================================================== */

.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px;
}

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}

/*
 * Divider
 */

.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */

.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */

/*
 * Term
 */

.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */

/* Style modifier
 ========================================================================== */

/*
 * Line
 */

.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */

/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */

.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */

* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */

/*
 * 1. Style
 */

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */

.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */

.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */

.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */

.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */

.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */

/*
 * Divider
 */

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */

.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */

.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */

.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */

.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */

.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */

.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */

/*
 * Does not work with `uk-table-justify` at the moment
 */

.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */

/* Phone landscape and smaller */

@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }

  .uk-table-responsive thead {
    display: none;
  }

  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }

  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }

  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}

.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */

/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */

.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

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

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */

.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */

/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */

.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */

/*
 * Link
 * 1. Allow text within link
 */

.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #181818;
}

/* OnClick + Active */

.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #0b0b0b;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */

.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f6f6f6;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */

.uk-icon-button:hover {
  background-color: #e9e9e9;
  color: #181818;
}

/* OnClick + Active */

.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dddddd;
  color: #181818;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */

/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */

.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent;
}

/* Focus */

.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */

/* Webkit */

.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #e9e9e9;
  border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dddddd;
}

/* Firefox */

.uk-range::-moz-range-track {
  height: 3px;
  background: #e9e9e9;
  border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
  background: #dddddd;
}

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */

/* Webkit */

.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */

.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* ========================================================================
   Component: Form
 ========================================================================== */

/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */

.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */

.uk-input {
  overflow: visible;
}

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

.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */

.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

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

.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
 * Removes placeholder transparency in Firefox.
 */

.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 * 1. Reset `min-width`
 */

.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  /* 1 */
  min-width: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */

/*
 * Remove default style in iOS.
 */

.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */

.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #181818;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */

.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */

.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

/* Focus */

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #181818;
  border-color: #EE2E24;
}

/* Disabled */

.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f6f6f6;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */

.uk-input::placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Small
 */

.uk-form-small {
  font-size: 0.875rem;
}

/* Single-line */

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Multi-line */

textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */

.uk-form-large {
  font-size: 1.25rem;
}

/* Single-line */

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

/* Multi-line */

textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Error
 */

.uk-form-danger,
.uk-form-danger:focus {
  color: #FF4949;
  border-color: #FF4949;
}

/*
 * Success
 */

.uk-form-success,
.uk-form-success:focus {
  color: #13CE66;
  border-color: #13CE66;
}

/*
 * Blank
 */

.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */

input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */

/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */

.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23181818%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23181818%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */

.uk-select:not([multiple]):not([size]) option {
  color: #181818;
}

/*
 * Disabled
 */

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */

/*
 * 1. Remove default style in Chrome
 */

.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23181818%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* Radio and checkbox
 ========================================================================== */

/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */

.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */

.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #EE2E24;
}

/*
 * Checked
 */

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #EE2E24;
  border-color: transparent;
}

/* Focus */

.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #cf1a10;
}

/*
 * Icons
 */

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */

.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f6f6f6;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */

.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */

.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */

.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type=file] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */

.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */

/*
 * Stacked
 */

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */

/* Tablet portrait and smaller */

@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */

  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }

  /* Better vertical alignment if controls are checkboxes and radio buttons with text */

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}

/* Icons
 ========================================================================== */

/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */

.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */

.uk-form-icon:hover {
  color: #181818;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */

.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */

/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */

.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

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

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */

.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* OnClick + Active */

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* Hover */

.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

/* OnClick + Active */

.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/*
 * Primary
 */

.uk-button-primary {
  background-color: #EE2E24;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */

.uk-button-primary:hover {
  background-color: #e71c12;
  color: #fff;
}

/* OnClick + Active */

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #cf1a10;
  color: #fff;
}

/*
 * Secondary
 */

.uk-button-secondary {
  background-color: #C5DAF0;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */

.uk-button-secondary:hover {
  background-color: #b1cdeb;
  color: #fff;
}

/* OnClick + Active */

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #9cc0e6;
  color: #fff;
}

/*
 * Danger
 */

.uk-button-danger {
  background-color: #FF4949;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */

.uk-button-danger:hover {
  background-color: #ff3030;
  color: #fff;
}

/* OnClick + Active */

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ff1616;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */

.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */

/*
 * Text
 * 1. Reset
 * 2. Style
 */

.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}

.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid currentColor;
  transition: right 0.3s ease-out;
}

/* Hover */

.uk-button-text:hover {
  color: #333;
}

.uk-button-text:hover::before {
  right: 0;
}

/* Disabled */

.uk-button-text:disabled {
  color: #999;
}

.uk-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */

.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}

/* Hover */

.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}

/* Disabled */

.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Group
 ========================================================================== */

/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */

.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
 ========================================================================== */

/*
 * Collapse border
 */

.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}

/*
 * Create position context to superimpose the successor elements border
 * Known issue: If you use an `a` element as button and an icon inside,
 * the active state will not work if you click the icon inside the button
 * Workaround: Just use a `button` or `input` element as button
 */

.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */

/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */

.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f6f6f6;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */

* + .uk-progress {
  margin-top: 20px;
}

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */

.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */

.uk-progress::-webkit-progress-value {
  background-color: #EE2E24;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #EE2E24;
  /* 1 */
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* ========================================================================
   Component: Section
 ========================================================================== */

/*
 * 1. Make it work with `100vh` and height in general
 */

.uk-section {
  display: flow-root;
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */

@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Remove margin from the last-child
 */

.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */

/*
 * XSmall
 */

.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */

.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/*
 * XLarge
 */

.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

.uk-section-default {
  background: #fff;
  --uk-navbar-color: dark;
}

/*
 * Muted
 */

.uk-section-muted {
  background: #f6f6f6;
  --uk-navbar-color: dark;
}

/*
 * Primary
 */

.uk-section-primary {
  background: #EE2E24;
  --uk-navbar-color: light;
}

/*
 * Secondary
 */

.uk-section-secondary {
  background: #C5DAF0;
  --uk-navbar-color: light;
}

/* Overlap modifier
 ========================================================================== */

/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */

/* ========================================================================
   Component: Container
 ========================================================================== */

/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */

.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Remove margin from the last-child
 */

.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */

.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */

.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */

/*
 * Expand one side only
 */

.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}

/* Item
 ========================================================================== */

/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }

  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }

  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }

  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }

  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

/* ========================================================================
   Component: Tile
 ========================================================================== */

.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Remove margin from the last-child
 */

.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */

/*
 * XSmall
 */

.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */

.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */

.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/*
 * XLarge
 */

.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

.uk-tile-default {
  background-color: #fff;
}

/*
 * Muted
 */

.uk-tile-muted {
  background-color: #f6f6f6;
}

/*
 * Primary
 */

.uk-tile-primary {
  background-color: #EE2E24;
}

/*
 * Secondary
 */

.uk-tile-secondary {
  background-color: #C5DAF0;
}

/* ========================================================================
   Component: Card
 ========================================================================== */

.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}

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

.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}

.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }

  .uk-card-header {
    padding: 20px 40px;
  }

  .uk-card-footer {
    padding: 20px 40px;
  }
}

/*
 * Remove margin from the last-child
 */

.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */

/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */

/* Title
 ========================================================================== */

.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */

/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */

.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #EE2E24;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}

/*
 * Remove margin from adjacent element
 */

.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */

/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */

.uk-card-default {
  background-color: #fff;
  color: #181818;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */

.uk-card-primary {
  background-color: #EE2E24;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #EE2E24;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */

.uk-card-secondary {
  background-color: #C5DAF0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #C5DAF0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */

/*
 * Small
 */

.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }

  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }

  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}

/*
 * Default
 */

.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }

  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
}

/*
 * Small
 */

.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

/*
 * Large
 */

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }

  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }

  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }

  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}

/* ========================================================================
   Component: Close
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover */

.uk-close:hover {
  color: #181818;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

/* SVG
 ========================================================================== */

.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

/*
 * Circle
 */

.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

/* ========================================================================
   Component: Totop
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */

.uk-totop:hover {
  color: #181818;
}

/* OnClick */

.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

.uk-marker {
  padding: 5px;
  background: #C5DAF0;
  color: #fff;
  border-radius: 500px;
}

/* Hover */

.uk-marker:hover {
  color: #fff;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f6f6f6;
  color: #181818;
}

/* Add margin if adjacent element */

* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */

.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */

.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */

.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */

/*
 * Primary
 */

.uk-alert-primary {
  background: #fcdcdb;
  color: #EE2E24;
}

/*
 * Success
 */

.uk-alert-success {
  background: #dbf8e8;
  color: #13CE66;
}

/*
 * Warning
 */

.uk-alert-warning {
  background: #fff7e1;
  color: #FFCC3D;
}

/*
 * Danger
 */

.uk-alert-danger {
  background: #fff8f8;
  color: #FF4949;
}

/*
 * Content
 */

.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */

.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */

* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */

.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */

/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */

.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #EE2E24;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/*
 * Required for `a`
 */

.uk-badge:hover {
  text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #EE2E24;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */

/*
 * Success
 */

.uk-label-success {
  background-color: #13CE66;
  color: #fff;
}

/*
 * Warning
 */

.uk-label-warning {
  background-color: #FFCC3D;
  color: #fff;
}

/*
 * Danger
 */

.uk-label-danger {
  background-color: #FF4949;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */

.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */

.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */

.uk-overlay-primary {
  background: rgba(197, 218, 240, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */

.uk-article {
  display: flow-root;
}

/*
 * Remove margin from the last-child
 */

.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */

.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */

.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}

/* Meta
 ========================================================================== */

.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

.uk-article-meta a {
  color: #999;
}

.uk-article-meta a:hover {
  color: #181818;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */

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

.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */

.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */

.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */

.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */

/* List
 ========================================================================== */

.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */

.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */

.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */

@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}

/* Adjacent siblings */

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */

.uk-comment-primary {
  padding: 30px;
  background-color: #f6f6f6;
}

/* ========================================================================
   Component: Search
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */

.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */

.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */

.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #181818;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */

.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */

.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */

.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */

.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */

.uk-search-default {
  width: 240px;
}

/*
 * Input
 */

.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* Focus */

.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #EE2E24;
}

/*
 * Icon
 */

.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */

.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */

.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/* Focus */

/*
 * Icon
 */

.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */

.uk-search-large {
  width: 500px;
}

/*
 * Input
 */

.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/* Focus */

/*
 * Icon
 */

.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */

.uk-search-toggle {
  color: #999;
}

/* Hover */

.uk-search-toggle:hover {
  color: #181818;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */

.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */

.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */

.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23EE2E24%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-up%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23EE2E24%22%20stroke-width%3D%221.03%22%20points%3D%224%2013%2010%207%2016%2013%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

/* Hover */

.uk-accordion-title:hover {
  color: #181818;
  text-decoration: none;
}

/* Content
 ========================================================================== */

.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */

.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */

.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */

.uk-drop.uk-open {
  display: block;
}

/* Grid modifiers
 ========================================================================== */

.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* Parent icon
 ========================================================================== */

.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}

[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}

/* ========================================================================
   Component: Dropbar
 ========================================================================== */

/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */

.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #181818;
}

/*
 * Remove margin from the last-child
 */

.uk-dropbar > :last-child {
  margin-bottom: 0;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */

.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Direction modifier
 ========================================================================== */

.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

/* ========================================================================
   Component: Dropnav
 ========================================================================== */

/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */

.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */

.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
 * Open
 */

.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */

/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */

.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */

.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */

/*
 * Container size
 * Take the same size as the Container component
 */

.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */

/* 1 */

.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

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

.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }

  .uk-modal-header {
    padding: 15px 30px;
  }

  .uk-modal-footer {
    padding: 15px 30px;
  }
}

/*
 * Remove margin from the last-child
 */

.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */

.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */

[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */

/*
 * Default
 */

/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */

.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  /* 1 */

  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}

/*
 * Full
 */

.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px;
  }
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */

/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */

.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */

/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */

.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * Hide not active items
 */

.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */

/*
 * 1. Clip child elements
 * 2. Prevent accidental scrolling through elements in slide getting focused
 */

.uk-slider-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  overflow: clip;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */

.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */

/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */

.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */

.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */

/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 2. Create position context
 */

.uk-slider-items > * {
  /* 1 */
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */

/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */

.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */

.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Faster animations
 */

.uk-sticky[class*=uk-animation-] {
  animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */

.uk-sticky-placeholder {
  pointer-events: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 */

.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */

.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */

/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */

.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #181818;
  /* 3 */
  overflow-y: auto;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}

/* Flip modifier */

.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */

@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}

/*
 * Open
 */

.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */

.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */

.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */

@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}

/*
 * Flip modifier
 */

.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px;
  color: #EE2E24;
}

/* Tablet landscape and bigger */

@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}

/*
 * Remove margin from adjacent element
 */

.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

/* Overlay
 ========================================================================== */

/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */

.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */

.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */

/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */

.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}

/* Container
 ========================================================================== */

/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */

.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */

@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }

  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */

/*
 * Reset list
 */

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */

/*
 * Hide not active items
 */

.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */

.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */

.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */

.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */

.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */

/*
 * 1. Set position
 * 2. Dimensions
 */

.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */

.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */

/* Phones portrait and smaller */

@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* Message
========================================================================== */

.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f6f6f6;
  color: #181818;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */

/*
 * Primary
 */

.uk-notification-message-primary {
  color: #EE2E24;
}

/*
 * Success
 */

.uk-notification-message-success {
  color: #13CE66;
}

/*
 * Warning
 */

.uk-notification-message-warning {
  color: #FFCC3D;
}

/*
 * Danger
 */

.uk-notification-message-danger {
  color: #FF4949;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */

.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */

.uk-tooltip.uk-active {
  display: block;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */

.uk-sortable {
  position: relative;
}

/*
 * Remove margin from the last-child
 */

.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */

.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */

.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */

.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */

/* Hover */

.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */

/* Item
 ========================================================================== */

/* Number
 ========================================================================== */

/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */

.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}

/* Separator
 ========================================================================== */

.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}

/* Label
 ========================================================================== */

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */

.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */

.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */

/*
 * Default
 */

/* Horizontal */

.uk-grid {
  margin-left: -30px;
}

.uk-grid > * {
  padding-left: 30px;
}

/* Vertical */

.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  /* Horizontal */

  .uk-grid {
    margin-left: -40px;
  }

  .uk-grid > * {
    padding-left: 40px;
  }

  /* Vertical */

  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */

/* Horizontal */

.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */

.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */

/* Horizontal */

.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */

.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */

/* Horizontal */

.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */

.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  /* Horizontal */

  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }

  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }

  /* Vertical */

  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */

/* Horizontal */

.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */

.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */

.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */

/* Horizontal */

.uk-grid-divider {
  margin-left: -60px;
}

.uk-grid-divider > * {
  padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  /* Horizontal */

  .uk-grid-divider {
    margin-left: -80px;
  }

  .uk-grid-divider > * {
    padding-left: 80px;
  }

  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }

  /* Vertical */

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */

/* Horizontal */

.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */

/* Horizontal */

.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */

/* Horizontal */

.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  /* Horizontal */

  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }

  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }

  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }

  /* Vertical */

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }

  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }

  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */

/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */

.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */

/*
 * Reset
 */

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */

.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */

.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */

/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */

ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */

.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */

.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon
 ========================================================================== */

.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out;
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}

/* Header
 ========================================================================== */

.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */

.uk-nav .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */

.uk-nav-default {
  font-size: 0.875rem;
  line-height: 1.5;
}

/*
 * Items
 */

.uk-nav-default > li > a {
  color: #999;
}

/* Hover */

.uk-nav-default > li > a:hover {
  color: #181818;
}

/* Active */

.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */

.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */

.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */

.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */

.uk-nav-default .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover {
  color: #181818;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */

.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*
 * Items
 */

.uk-nav-primary > li > a {
  color: #999;
}

/* Hover */

.uk-nav-primary > li > a:hover {
  color: #181818;
}

/* Active */

.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */

.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

/*
 * Header
 */

.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */

.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */

.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: #181818;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Secondary modifier
 ========================================================================== */

.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}

.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}

/*
 * Items
 */

.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}

/* Hover */

.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f6f6f6;
}

/* Active */

.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f6f6f6;
}

/*
 * Subtitle
 */

.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */

.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #181818;
}

/* Active */

.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}

/*
 * Header
 */

.uk-nav-secondary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */

.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */

.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #181818;
}

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */

/*
 * 1. Center header
 * 2. Center items
 */

/* 1 */

.uk-nav-center {
  text-align: center;
}

/* 2 */

.uk-nav-center li > a {
  justify-content: center;
}

/* Sublists */

.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon  */

.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em;
}

/* Style modifier
 ========================================================================== */

/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */

.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */

/*
 * 1. Create position context to center navbar group
 * 2. Pass dropbar behind color to JS
 */

.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
  /* 2 */
  --uk-navbar-dropbar-behind-color: dark;
}

/* Container
 ========================================================================== */

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f6f6f6;
}

/* Groups
 ========================================================================== */

/*
 * 1. Align navs and items vertically if they have a different height
 */

.uk-navbar-left,
.uk-navbar-right,
[class*=uk-navbar-center] {
  display: flex;
  gap: 15px;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */

.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */

.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: calc(100% + 15px);
}

.uk-navbar-center-right {
  left: calc(100% + 15px);
}

[class*=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */

/*
 * 1. Reset list
 */

.uk-navbar-nav {
  display: flex;
  gap: 15px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */

.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.875rem;
  font-family: CircularStd, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  /* 5 */
  text-decoration: none;
}

/*
 * Nav items
 */

.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #181818;
}

/* OnClick */

.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */

.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Parent icon modifier
 ========================================================================== */

.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out;
}

.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(180deg);
}

/* Item
 ========================================================================== */

.uk-navbar-item {
  padding: 0 0;
  color: #181818;
}

/*
 * Remove margin from the last-child
 */

.uk-navbar-item > :last-child {
  margin-bottom: 0;
}

/* Toggle
 ========================================================================== */

.uk-navbar-toggle {
  padding: 0 0;
  color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #181818;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */

/* Hover */

/* Subtitle
 ========================================================================== */

.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Justify modifier
 ========================================================================== */

.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}

/* Style modifiers
 ========================================================================== */

/* Dropdown
 ========================================================================== */

/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */

.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #fff;
  color: #181818;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */

.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}

/*
 * Grid
 * Adopts `uk-grid`
 */

/* Gutter Horizontal */

.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px;
}

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px;
}

/* Gutter Vertical */

.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}

/*
 * Width modifier
 */

.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px;
}

/*
 * Size modifier
 */

.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */

.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}

.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */

.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */

.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover */

.uk-navbar-dropdown-nav > li > a:hover {
  color: #181818;
}

/* Active */

.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */

.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */

.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */

.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */

.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #181818;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */

/*
 * Adopts `uk-dropnav-dropbar`
 */

.uk-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color;
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-navbar-left,
  .uk-navbar-right,
  [class*=uk-navbar-center] {
    gap: 30px;
  }

  .uk-navbar-center-left {
    right: calc(100% + 30px);
  }

  .uk-navbar-center-right {
    left: calc(100% + 30px);
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px;
  }
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */

.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */

.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */

.uk-subnav > * > a:hover {
  color: #181818;
  text-decoration: none;
}

/* Active */

.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */

/*
 * Set gutter
 */

.uk-subnav-divider {
  margin-left: -41px;
}

/*
 * Align items and divider vertically
 */

.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */

.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

/* 1 */

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */

.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover */

.uk-subnav-pill > * > a:hover {
  background-color: #f6f6f6;
  color: #181818;
}

/* OnClick */

.uk-subnav-pill > * > a:active {
  background-color: #f6f6f6;
  color: #181818;
}

/* Active */

.uk-subnav-pill > .uk-active > a {
  background-color: #EE2E24;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */

.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */

/*
 * Reset list
 */

.uk-breadcrumb {
  padding: 0;
  list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */

.uk-breadcrumb > * {
  display: contents;
}

/* Items
 ========================================================================== */

.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */

.uk-breadcrumb > * > :hover {
  color: #181818;
  text-decoration: none;
}

/* Disabled */

/* Active */

.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #181818;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */

.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: 0;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */

/*
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */

.uk-pagination > * > * {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */

.uk-pagination > * > :hover {
  color: #181818;
  text-decoration: none;
}

/* Active */

.uk-pagination > .uk-active > * {
  color: #181818;
}

/* Disabled */

.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */

.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */

.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover */

.uk-tab > * > a:hover {
  color: #181818;
  text-decoration: none;
}

/* Active */

.uk-tab > .uk-active > a {
  color: #333;
  border-color: #EE2E24;
}

/* Disabled */

.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */

/*
 * Bottom
 */

.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */

.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */

.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

.uk-slidenav {
  padding: 5px 10px;
  color: rgba(24, 24, 24, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover */

.uk-slidenav:hover {
  color: rgba(24, 24, 24, 0.9);
}

/* OnClick */

.uk-slidenav:active {
  color: rgba(24, 24, 24, 0.5);
}

/* Icon modifier
 ========================================================================== */

/*
 * Previous
 */

/*
 * Next
 */

/* Size modifier
 ========================================================================== */

.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */

.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */

.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */

/*
 * Items
 * 1. Hide text if present
 */

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(24, 24, 24, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover */

.uk-dotnav > * > :hover {
  background-color: rgba(24, 24, 24, 0.6);
  border-color: transparent;
}

/* OnClick */

.uk-dotnav > * > :active {
  background-color: rgba(24, 24, 24, 0.2);
  border-color: transparent;
}

/* Active */

.uk-dotnav > .uk-active > * {
  background-color: rgba(24, 24, 24, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */

.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */

/*
 * Items
 */

.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  transition: opacity 0.1s ease-in-out;
}

/* Hover */

.uk-thumbnav > * > :hover::after {
  opacity: 0;
}

/* Active */

.uk-thumbnav > .uk-active > *::after {
  opacity: 0;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */

.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */

.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */

.uk-iconnav > * > a:hover {
  color: #181818;
}

/* Active */

.uk-iconnav > .uk-active > a {
  color: #181818;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */

.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */

/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */

.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 25px;
  background: #fff;
  color: #181818;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */

.uk-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */

.uk-dropdown-large {
  padding: 40px;
}

/* Dropbar modifier
 ========================================================================== */

/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */

.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}

.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */

.uk-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */

.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Active */

.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #181818;
}

/*
 * Subtitle
 */

.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */

.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */

.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */

.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #181818;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */

.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */

.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/*
 * Focus
 */

.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */

/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */

.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */

.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */

.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */

/*
 * 1. Center icon vertically and horizontally
 */

.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */

.uk-lightbox-button:hover {
  color: #fff;
}

/* OnClick */

/* Caption
 ========================================================================== */

.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */

.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */

/*
 * Fade
 */

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */

.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */

.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */

.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */

.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */

.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */

.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */

.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */

.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */

.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */

/*
 * Fade
 */

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
 * Scale
 */

@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*
 * Slide
 */

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Small
 */

@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Medium
 */

@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Kenburns
 */

@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */

@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

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

/*
 * Stroke
 */

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */

/* Equal child widths
 ========================================================================== */

[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */

.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }

  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@s > * {
    width: 25%;
  }

  .uk-child-width-1-5\@s > * {
    width: 20%;
  }

  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@s > * {
    width: auto;
  }

  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }

  .uk-child-width-1-2\@m > * {
    width: 50%;
  }

  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@m > * {
    width: 25%;
  }

  .uk-child-width-1-5\@m > * {
    width: 20%;
  }

  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@m > * {
    width: auto;
  }

  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }

  .uk-child-width-1-2\@l > * {
    width: 50%;
  }

  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@l > * {
    width: 25%;
  }

  .uk-child-width-1-5\@l > * {
    width: 20%;
  }

  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@l > * {
    width: auto;
  }

  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }

  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }

  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }

  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }

  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@xl > * {
    width: auto;
  }

  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */

/*
 * 1. `max-width` is needed for the pixel-based classes
 */

[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */

.uk-width-1-2 {
  width: 50%;
}

/* Thirds */

.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */

.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */

.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */

.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */

.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */

.uk-width-auto {
  width: auto;
}

/* Expand */

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  /* Whole */

  .uk-width-1-1\@s {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@s {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@s {
    width: 25%;
  }

  .uk-width-3-4\@s {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@s {
    width: 20%;
  }

  .uk-width-2-5\@s {
    width: 40%;
  }

  .uk-width-3-5\@s {
    width: 60%;
  }

  .uk-width-4-5\@s {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@s {
    width: 150px;
  }

  .uk-width-medium\@s {
    width: 300px;
  }

  .uk-width-large\@s {
    width: 450px;
  }

  .uk-width-xlarge\@s {
    width: 600px;
  }

  .uk-width-2xlarge\@s {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@s {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  /* Whole */

  .uk-width-1-1\@m {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@m {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@m {
    width: 25%;
  }

  .uk-width-3-4\@m {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@m {
    width: 20%;
  }

  .uk-width-2-5\@m {
    width: 40%;
  }

  .uk-width-3-5\@m {
    width: 60%;
  }

  .uk-width-4-5\@m {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@m {
    width: 150px;
  }

  .uk-width-medium\@m {
    width: 300px;
  }

  .uk-width-large\@m {
    width: 450px;
  }

  .uk-width-xlarge\@m {
    width: 600px;
  }

  .uk-width-2xlarge\@m {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@m {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  /* Whole */

  .uk-width-1-1\@l {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@l {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@l {
    width: 25%;
  }

  .uk-width-3-4\@l {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@l {
    width: 20%;
  }

  .uk-width-2-5\@l {
    width: 40%;
  }

  .uk-width-3-5\@l {
    width: 60%;
  }

  .uk-width-4-5\@l {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@l {
    width: 150px;
  }

  .uk-width-medium\@l {
    width: 300px;
  }

  .uk-width-large\@l {
    width: 450px;
  }

  .uk-width-xlarge\@l {
    width: 600px;
  }

  .uk-width-2xlarge\@l {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@l {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  /* Whole */

  .uk-width-1-1\@xl {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@xl {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@xl {
    width: 25%;
  }

  .uk-width-3-4\@xl {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@xl {
    width: 20%;
  }

  .uk-width-2-5\@xl {
    width: 40%;
  }

  .uk-width-3-5\@xl {
    width: 60%;
  }

  .uk-width-4-5\@xl {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@xl {
    width: 150px;
  }

  .uk-width-medium\@xl {
    width: 300px;
  }

  .uk-width-large\@xl {
    width: 450px;
  }

  .uk-width-xlarge\@xl {
    width: 600px;
  }

  .uk-width-2xlarge\@xl {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@xl {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* Intrinsic Widths
 ========================================================================== */

.uk-width-max-content {
  width: max-content;
}

.uk-width-min-content {
  width: min-content;
}

/* ========================================================================
   Component: Height
 ========================================================================== */

[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */

.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */

.uk-height-viewport {
  min-height: 100vh;
}

.uk-height-viewport-2 {
  min-height: 200vh;
}

.uk-height-viewport-3 {
  min-height: 300vh;
}

.uk-height-viewport-4 {
  min-height: 400vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */

.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */

/* Style modifiers
 ========================================================================== */

.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

.uk-text-meta > a {
  color: #999;
}

.uk-text-meta > a:hover {
  color: #181818;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */

.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */

.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */

.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */

.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */

.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */

.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #EE2E24 !important;
}

.uk-text-secondary {
  color: #C5DAF0 !important;
}

.uk-text-success {
  color: #13CE66 !important;
}

.uk-text-warning {
  color: #FFCC3D !important;
}

.uk-text-danger {
  color: #FF4949 !important;
}

/* Background modifier
 ========================================================================== */

/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */

.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #EE2E24;
  background-image: linear-gradient(90deg, #EE2E24 0%, spin(#EE2E24, 40%) 100%);
}

/* Alignment modifiers
 ========================================================================== */

.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }

  .uk-text-right\@s {
    text-align: right !important;
  }

  .uk-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }

  .uk-text-right\@m {
    text-align: right !important;
  }

  .uk-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }

  .uk-text-right\@l {
    text-align: right !important;
  }

  .uk-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }

  .uk-text-right\@xl {
    text-align: right !important;
  }

  .uk-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */

.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */

/*
 * Prevent text from wrapping onto multiple lines
 */

.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */

.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */

th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */

.uk-text-break {
  overflow-wrap: break-word;
}

/* 1 */

th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}

/* ========================================================================
   Component: Column
 ========================================================================== */

[class*=uk-column-] {
  column-gap: 30px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 40px;
  }
}

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */

[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */

/*
 * 1. Double the column gap
 */

.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}

/* Width modifiers
 ========================================================================== */

.uk-column-1-2 {
  column-count: 2;
}

.uk-column-1-3 {
  column-count: 3;
}

.uk-column-1-4 {
  column-count: 4;
}

.uk-column-1-5 {
  column-count: 5;
}

.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }

  .uk-column-1-3\@s {
    column-count: 3;
  }

  .uk-column-1-4\@s {
    column-count: 4;
  }

  .uk-column-1-5\@s {
    column-count: 5;
  }

  .uk-column-1-6\@s {
    column-count: 6;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }

  .uk-column-1-3\@m {
    column-count: 3;
  }

  .uk-column-1-4\@m {
    column-count: 4;
  }

  .uk-column-1-5\@m {
    column-count: 5;
  }

  .uk-column-1-6\@m {
    column-count: 6;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }

  .uk-column-1-3\@l {
    column-count: 3;
  }

  .uk-column-1-4\@l {
    column-count: 4;
  }

  .uk-column-1-5\@l {
    column-count: 5;
  }

  .uk-column-1-6\@l {
    column-count: 6;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }

  .uk-column-1-3\@xl {
    column-count: 3;
  }

  .uk-column-1-4\@xl {
    column-count: 4;
  }

  .uk-column-1-5\@xl {
    column-count: 5;
  }

  .uk-column-1-6\@xl {
    column-count: 6;
  }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */

.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */

/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */

/* 1 */

[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}

/* Container
 ========================================================================== */

/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */

.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */

/* Color
 ========================================================================== */

.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f6f6f6;
}

.uk-background-primary {
  background-color: #EE2E24;
}

.uk-background-secondary {
  background-color: #C5DAF0;
}

/* Size
 ========================================================================== */

.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */

.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */

.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */

/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */

.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}

/* Image
 ========================================================================== */

/* Phone portrait and smaller */

@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}

/* Phone landscape and smaller */

@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}

/* Tablet landscape and smaller */

@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}

/* Desktop and smaller */

@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}

/* Blend modes
 ========================================================================== */

.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */

/*
 * Default
 */

[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */

.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */

.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }

  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }

  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }

  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }

  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

/* ========================================================================
   Component: SVG
 ========================================================================== */

/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */

/* 1 */

.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */

/* Panel
 ========================================================================== */

.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */

.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */

.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both;
}

/* Clearfix
 ========================================================================== */

/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */

/* 1 */

.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */

.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */

/*
 * 1. Prevent content overflow
 */

.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */

[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */

.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */

.uk-overflow-auto {
  overflow: auto;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Box Sizing
 ========================================================================== */

.uk-box-sizing-content {
  box-sizing: content-box;
}

.uk-box-sizing-border {
  box-sizing: border-box;
}

/* Resize
 ========================================================================== */

.uk-resize {
  resize: both;
}

.uk-resize-horizontal {
  resize: horizontal;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */

.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */

[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */

/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */

.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */

.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */

.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */

.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */

[uk-responsive],
[data-uk-responsive] {
  max-width: 100%;
}

/* Object
 ========================================================================== */

.uk-object-cover {
  object-fit: cover;
}

.uk-object-contain {
  object-fit: contain;
}

.uk-object-fill {
  object-fit: fill;
}

.uk-object-none {
  object-fit: none;
}

.uk-object-scale-down {
  object-fit: scale-down;
}

/*
 * Position
 */

.uk-object-top-left {
  object-position: 0 0;
}

.uk-object-top-center {
  object-position: 50% 0;
}

.uk-object-top-right {
  object-position: 100% 0;
}

.uk-object-center-left {
  object-position: 0 50%;
}

.uk-object-center-center {
  object-position: 50% 50%;
}

.uk-object-center-right {
  object-position: 100% 50%;
}

.uk-object-bottom-left {
  object-position: 0 100%;
}

.uk-object-bottom-center {
  object-position: 50% 100%;
}

.uk-object-bottom-right {
  object-position: 100% 100%;
}

/* Border
 ========================================================================== */

.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */

.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */

.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */

[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */

/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */

@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }

  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}

/* Drop cap
 ========================================================================== */

/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */

.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */

@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* Logo
 ========================================================================== */

/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */

.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: CircularStd, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #333;
  /* 2 */
  text-decoration: none;
}

/* 3 */

:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}

/* Hover */

.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none;
}

.uk-logo :where(img, svg, video) {
  display: block;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */

.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */

/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */

.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */

.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */

/*
 * Create a box-shadow when dragging a file over the upload area
 */

.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */

.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */

.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */

.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */

.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/* Alignment
 ========================================================================== */

/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */

.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }

  .uk-flex-center\@s {
    justify-content: center;
  }

  .uk-flex-right\@s {
    justify-content: flex-end;
  }

  .uk-flex-between\@s {
    justify-content: space-between;
  }

  .uk-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }

  .uk-flex-center\@m {
    justify-content: center;
  }

  .uk-flex-right\@m {
    justify-content: flex-end;
  }

  .uk-flex-between\@m {
    justify-content: space-between;
  }

  .uk-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }

  .uk-flex-center\@l {
    justify-content: center;
  }

  .uk-flex-right\@l {
    justify-content: flex-end;
  }

  .uk-flex-between\@l {
    justify-content: space-between;
  }

  .uk-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }

  .uk-flex-center\@xl {
    justify-content: center;
  }

  .uk-flex-right\@xl {
    justify-content: flex-end;
  }

  .uk-flex-between\@xl {
    justify-content: space-between;
  }

  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */

.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */

.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */

.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */

.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */

/*
 * Default is 0
 */

.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }

  .uk-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }

  .uk-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }

  .uk-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }

  .uk-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */

/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */

.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */

.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */

.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */

/*
 * Default
 */

.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px !important;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */

.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */

.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */

.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }

  * + .uk-margin-large {
    margin-top: 70px !important;
  }

  .uk-margin-large-top {
    margin-top: 70px !important;
  }

  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }

  .uk-margin-large-left {
    margin-left: 70px !important;
  }

  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}

/* XLarge
 ========================================================================== */

.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }

  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }

  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }

  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }

  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }

  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* Auto
 ========================================================================== */

.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */

.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Padding
 ========================================================================== */

.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}

/* Small
 ========================================================================== */

.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */

.uk-padding-large {
  padding: 40px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}

/* Remove
 ========================================================================== */

.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */

:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */

/*
 * 1. Prevent content overflow.
 */

[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */

.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */

.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content;
}

/* Vertical */

[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */

.uk-position-top-center,
.uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/*
 * Cover
 */

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */

.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}

/* Schemes
 ========================================================================== */

.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-sticky {
  position: sticky !important;
}

/* Layer
 ========================================================================== */

.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

.uk-position-z-index-negative {
  z-index: -1;
}

.uk-position-z-index-high {
  z-index: 990;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */

/* Transitions
 ========================================================================== */

/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */

:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */

.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */

/* 1 */

[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}

/* Show */

.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */

.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-left {
  --uk-translate-x: -100%;
}

.uk-transition-slide-right {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}

/* Show */

.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */

.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifier
 ========================================================================== */

.uk-transition-slow {
  transition-duration: 0.7s;
}

/* Disable modifier
 ========================================================================== */

.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */

/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */

[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */

/* Phone portrait and smaller */

@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */

@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */

@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */

@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */

.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */

/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */

/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */

.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */

/*
 * Hover
 */

/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */

@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}

/* Hide if primary pointing device supports hover, e.g. mice. */

@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */

/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */

.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-overlay-primary {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-up%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.03%22%20points%3D%224%2013%2010%207%2016%2013%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-overlay-primary .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-overlay-primary .uk-badge {
  background-color: #fff;
  color: #181818 !important;
}

.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-overlay-primary a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary .uk-link {
  color: #fff;
}

.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-overlay-primary a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-overlay-primary .uk-link:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-overlay-primary .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-overlay-primary :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-overlay-primary em {
  color: #fff;
}

.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-overlay-primary h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-overlay-primary .uk-h1,
.uk-light h2,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-card-primary.uk-card-body h2,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-overlay-primary h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-overlay-primary .uk-h2,
.uk-light h3,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-card-primary.uk-card-body h3,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-overlay-primary h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-overlay-primary .uk-h3,
.uk-light h4,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-card-primary.uk-card-body h4,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-overlay-primary h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-overlay-primary .uk-h4,
.uk-light h5,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-card-primary.uk-card-body h5,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-overlay-primary h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-overlay-primary .uk-h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-overlay-primary h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-overlay-primary .uk-h6,
.uk-light .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-light .uk-heading-3xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-card-primary.uk-card-body .uk-heading-3xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-3xlarge,
.uk-card-secondary.uk-card-body .uk-heading-3xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-3xlarge,
.uk-overlay-primary .uk-heading-3xlarge {
  color: #fff;
}

.uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote, .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*=uk-card-media]) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-overlay-primary blockquote {
  color: #fff;
}

.uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer, .uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*=uk-card-media]) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-overlay-primary blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-overlay-primary hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-overlay-primary .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light :focus-visible, .uk-section-primary:not(.uk-preserve-color) :focus-visible, .uk-section-secondary:not(.uk-preserve-color) :focus-visible, .uk-tile-primary:not(.uk-preserve-color) :focus-visible, .uk-tile-secondary:not(.uk-preserve-color) :focus-visible, .uk-card-primary.uk-card-body :focus-visible, .uk-card-primary > :not([class*=uk-card-media]) :focus-visible, .uk-card-secondary.uk-card-body :focus-visible, .uk-card-secondary > :not([class*=uk-card-media]) :focus-visible, .uk-overlay-primary :focus-visible {
  outline-color: #fff;
}

.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-overlay-primary .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-overlay-primary .uk-button-primary {
  background-color: #fff;
  color: #181818;
}

.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #181818;
}

.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #181818;
}

.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary {
  background-color: #fff;
  color: #181818;
}

.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #181818;
}

.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #181818;
}

.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-overlay-primary .uk-button-text {
  color: #fff;
}

.uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-overlay-primary .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover {
  color: #fff;
}

.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-overlay-primary .uk-button-link {
  color: #fff;
}

.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light.uk-card-badge, .uk-card-badge.uk-section-primary:not(.uk-preserve-color), .uk-card-badge.uk-section-secondary:not(.uk-preserve-color), .uk-card-badge.uk-tile-primary:not(.uk-preserve-color), .uk-card-badge.uk-tile-secondary:not(.uk-preserve-color), .uk-card-badge.uk-card-primary.uk-card-body, .uk-card-primary > .uk-card-badge:not([class*=uk-card-media]), .uk-card-badge.uk-card-secondary.uk-card-body, .uk-card-secondary > .uk-card-badge:not([class*=uk-card-media]), .uk-card-badge.uk-overlay-primary {
  background-color: #fff;
  color: #181818;
}

.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-overlay-primary .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-overlay-primary .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-overlay-primary .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-overlay-primary .uk-input,
.uk-light .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-overlay-primary .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-overlay-primary .uk-input:focus,
.uk-light .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-overlay-primary .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-overlay-primary .uk-checkbox:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: #fff;
}

.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus {
  background-color: white;
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23181818%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23181818%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23181818%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label, .uk-overlay-primary .uk-form-label {
  color: #fff;
}

.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-overlay-primary .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-overlay-primary .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-overlay-primary .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-overlay-primary .uk-label {
  background-color: #fff;
  color: #181818;
}

.uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-overlay-primary a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-overlay-primary a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-overlay-primary a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-overlay-primary a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > *:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker, .uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker, .uk-overlay-primary .uk-marker {
  background: #f6f6f6;
  color: #181818;
}

.uk-light .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-overlay-primary .uk-marker:hover {
  color: #181818;
}

.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-secondary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-overlay-primary .uk-nav-secondary > li > a {
  color: #fff;
}

.uk-light .uk-nav-secondary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-overlay-primary .uk-nav-secondary > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-nav-secondary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-nav-secondary .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #fff;
}

.uk-light .uk-nav-secondary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-overlay-primary .uk-nav-secondary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-secondary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-overlay-primary .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-secondary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-overlay-primary .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-overlay-primary .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #181818;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-overlay-primary .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-table-striped > tr:nth-of-type(even):last-child, .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-overlay-primary .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-light .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-overlay-primary .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-overlay-primary .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-overlay-primary .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis {
  color: #fff !important;
}

.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-overlay-primary .uk-text-primary {
  color: #fff !important;
}

.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-thumbnav > * > *::after, .uk-section-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after, .uk-section-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after, .uk-tile-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after, .uk-card-primary.uk-card-body .uk-thumbnav > * > *::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-thumbnav > * > *::after, .uk-card-secondary.uk-card-body .uk-thumbnav > * > *::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-thumbnav > * > *::after, .uk-overlay-primary .uk-thumbnav > * > *::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-overlay-primary .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-overlay-primary .uk-totop:active {
  color: #fff;
}

.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-overlay-primary .uk-logo {
  color: #fff;
}

.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover {
  color: #fff;
}

.uk-light .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-light .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse {
  display: block;
}

.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-up%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.03%22%20points%3D%224%2013%2010%207%2016%2013%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.uk-light .uk-table-striped > tr:nth-of-type(even):last-child, .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child, .uk-overlay-primary .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-light .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* ========================================================================
   Component: Print
 ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

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

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

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

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

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

html {
  tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.isolate{
  isolation: isolate !important;
}

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

.z-0{
  z-index: 0 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-70{
  z-index: 70 !important;
}

.z-80{
  z-index: 80 !important;
}

.z-90{
  z-index: 90 !important;
}

.z-100{
  z-index: 100 !important;
}

.z-auto{
  z-index: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first{
  order: -9999 !important;
}

.order-last{
  order: 9999 !important;
}

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

.col-auto{
  grid-column: auto !important;
}

.col-span-1{
  grid-column: span 1 / span 1 !important;
}

.col-span-2{
  grid-column: span 2 / span 2 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-5{
  grid-column: span 5 / span 5 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-span-7{
  grid-column: span 7 / span 7 !important;
}

.col-span-8{
  grid-column: span 8 / span 8 !important;
}

.col-span-9{
  grid-column: span 9 / span 9 !important;
}

.col-span-10{
  grid-column: span 10 / span 10 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-12{
  grid-column: span 12 / span 12 !important;
}

.col-span-full{
  grid-column: 1 / -1 !important;
}

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

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

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-span-full{
  grid-row: 1 / -1 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !important;
}

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

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

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

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

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

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

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

.m-0{
  margin: 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-11{
  margin: 2.75rem !important;
}

.m-12{
  margin: 3rem !important;
}

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

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

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

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

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

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

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

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

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

.m-px{
  margin: 1px !important;
}

.-m-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-11{
  margin: -2.75rem !important;
}

.-m-12{
  margin: -3rem !important;
}

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

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

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

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

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

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

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

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

.-m-px{
  margin: -1px !important;
}

.mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.mt-0{
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0{
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0{
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0{
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box !important;
}

.box-content{
  box-sizing: content-box !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.inline-table{
  display: inline-table !important;
}

.table-caption{
  display: table-caption !important;
}

.table-cell{
  display: table-cell !important;
}

.table-column{
  display: table-column !important;
}

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

.table-row-group{
  display: table-row-group !important;
}

.table-row{
  display: table-row !important;
}

.flow-root{
  display: flow-root !important;
}

.grid{
  display: grid !important;
}

.inline-grid{
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.list-item{
  display: list-item !important;
}

.hidden{
  display: none !important;
}

.h-0{
  height: 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-11{
  height: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-md{
  max-height: 28rem !important;
}

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

.max-h-xl{
  max-height: 36rem !important;
}

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

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

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

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

.max-h-6xl{
  max-height: 72rem !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-11{
  min-height: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

.min-h-screen{
  min-height: 100vh !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-11{
  width: 2.75rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-64{
  width: 16rem !important;
}

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

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

.w-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-w-min{
  width: min-content !important;
}

.w-w-max{
  width: max-content !important;
}

.min-w-0{
  min-width: 0 !important;
}

.min-w-1{
  min-width: 0.25rem !important;
}

.min-w-2{
  min-width: 0.5rem !important;
}

.min-w-3{
  min-width: 0.75rem !important;
}

.min-w-4{
  min-width: 1rem !important;
}

.min-w-5{
  min-width: 1.25rem !important;
}

.min-w-6{
  min-width: 1.5rem !important;
}

.min-w-8{
  min-width: 2rem !important;
}

.min-w-10{
  min-width: 2.5rem !important;
}

.min-w-11{
  min-width: 2.75rem !important;
}

.min-w-12{
  min-width: 3rem !important;
}

.min-w-16{
  min-width: 4rem !important;
}

.min-w-20{
  min-width: 5rem !important;
}

.min-w-24{
  min-width: 6rem !important;
}

.min-w-32{
  min-width: 8rem !important;
}

.min-w-40{
  min-width: 10rem !important;
}

.min-w-48{
  min-width: 12rem !important;
}

.min-w-56{
  min-width: 14rem !important;
}

.min-w-64{
  min-width: 16rem !important;
}

.min-w-auto{
  min-width: auto !important;
}

.min-w-px{
  min-width: 1px !important;
}

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

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

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

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

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

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

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

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

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

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

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

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

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

.origin-center{
  transform-origin: center !important;
}

.origin-top{
  transform-origin: top !important;
}

.origin-top-right{
  transform-origin: top right !important;
}

.origin-right{
  transform-origin: right !important;
}

.origin-bottom-right{
  transform-origin: bottom right !important;
}

.origin-bottom{
  transform-origin: bottom !important;
}

.origin-bottom-left{
  transform-origin: bottom left !important;
}

.origin-left{
  transform-origin: left !important;
}

.origin-top-left{
  transform-origin: top left !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

.translate-x-0{
  --tw-translate-x: 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-11{
  --tw-translate-x: 2.75rem !important;
}

.translate-x-12{
  --tw-translate-x: 3rem !important;
}

.translate-x-16{
  --tw-translate-x: 4rem !important;
}

.translate-x-20{
  --tw-translate-x: 5rem !important;
}

.translate-x-24{
  --tw-translate-x: 6rem !important;
}

.translate-x-32{
  --tw-translate-x: 8rem !important;
}

.translate-x-40{
  --tw-translate-x: 10rem !important;
}

.translate-x-48{
  --tw-translate-x: 12rem !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-11{
  --tw-translate-x: -2.75rem !important;
}

.-translate-x-12{
  --tw-translate-x: -3rem !important;
}

.-translate-x-16{
  --tw-translate-x: -4rem !important;
}

.-translate-x-20{
  --tw-translate-x: -5rem !important;
}

.-translate-x-24{
  --tw-translate-x: -6rem !important;
}

.-translate-x-32{
  --tw-translate-x: -8rem !important;
}

.-translate-x-40{
  --tw-translate-x: -10rem !important;
}

.-translate-x-48{
  --tw-translate-x: -12rem !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-11{
  --tw-translate-y: 2.75rem !important;
}

.translate-y-12{
  --tw-translate-y: 3rem !important;
}

.translate-y-16{
  --tw-translate-y: 4rem !important;
}

.translate-y-20{
  --tw-translate-y: 5rem !important;
}

.translate-y-24{
  --tw-translate-y: 6rem !important;
}

.translate-y-32{
  --tw-translate-y: 8rem !important;
}

.translate-y-40{
  --tw-translate-y: 10rem !important;
}

.translate-y-48{
  --tw-translate-y: 12rem !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-11{
  --tw-translate-y: -2.75rem !important;
}

.-translate-y-12{
  --tw-translate-y: -3rem !important;
}

.-translate-y-16{
  --tw-translate-y: -4rem !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
}

.-translate-y-24{
  --tw-translate-y: -6rem !important;
}

.-translate-y-32{
  --tw-translate-y: -8rem !important;
}

.-translate-y-40{
  --tw-translate-y: -10rem !important;
}

.-translate-y-48{
  --tw-translate-y: -12rem !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;
}

.first\:translate-x-0:first-child{
  --tw-translate-x: 0 !important;
}

.first\:translate-x-1:first-child{
  --tw-translate-x: 0.25rem !important;
}

.first\:translate-x-2:first-child{
  --tw-translate-x: 0.5rem !important;
}

.first\:translate-x-3:first-child{
  --tw-translate-x: 0.75rem !important;
}

.first\:translate-x-4:first-child{
  --tw-translate-x: 1rem !important;
}

.first\:translate-x-5:first-child{
  --tw-translate-x: 1.25rem !important;
}

.first\:translate-x-6:first-child{
  --tw-translate-x: 1.5rem !important;
}

.first\:translate-x-8:first-child{
  --tw-translate-x: 2rem !important;
}

.first\:translate-x-10:first-child{
  --tw-translate-x: 2.5rem !important;
}

.first\:translate-x-11:first-child{
  --tw-translate-x: 2.75rem !important;
}

.first\:translate-x-12:first-child{
  --tw-translate-x: 3rem !important;
}

.first\:translate-x-16:first-child{
  --tw-translate-x: 4rem !important;
}

.first\:translate-x-20:first-child{
  --tw-translate-x: 5rem !important;
}

.first\:translate-x-24:first-child{
  --tw-translate-x: 6rem !important;
}

.first\:translate-x-32:first-child{
  --tw-translate-x: 8rem !important;
}

.first\:translate-x-40:first-child{
  --tw-translate-x: 10rem !important;
}

.first\:translate-x-48:first-child{
  --tw-translate-x: 12rem !important;
}

.first\:translate-x-56:first-child{
  --tw-translate-x: 14rem !important;
}

.first\:translate-x-64:first-child{
  --tw-translate-x: 16rem !important;
}

.first\:translate-x-px:first-child{
  --tw-translate-x: 1px !important;
}

.first\:-translate-x-1:first-child{
  --tw-translate-x: -0.25rem !important;
}

.first\:-translate-x-2:first-child{
  --tw-translate-x: -0.5rem !important;
}

.first\:-translate-x-3:first-child{
  --tw-translate-x: -0.75rem !important;
}

.first\:-translate-x-4:first-child{
  --tw-translate-x: -1rem !important;
}

.first\:-translate-x-5:first-child{
  --tw-translate-x: -1.25rem !important;
}

.first\:-translate-x-6:first-child{
  --tw-translate-x: -1.5rem !important;
}

.first\:-translate-x-8:first-child{
  --tw-translate-x: -2rem !important;
}

.first\:-translate-x-10:first-child{
  --tw-translate-x: -2.5rem !important;
}

.first\:-translate-x-11:first-child{
  --tw-translate-x: -2.75rem !important;
}

.first\:-translate-x-12:first-child{
  --tw-translate-x: -3rem !important;
}

.first\:-translate-x-16:first-child{
  --tw-translate-x: -4rem !important;
}

.first\:-translate-x-20:first-child{
  --tw-translate-x: -5rem !important;
}

.first\:-translate-x-24:first-child{
  --tw-translate-x: -6rem !important;
}

.first\:-translate-x-32:first-child{
  --tw-translate-x: -8rem !important;
}

.first\:-translate-x-40:first-child{
  --tw-translate-x: -10rem !important;
}

.first\:-translate-x-48:first-child{
  --tw-translate-x: -12rem !important;
}

.first\:-translate-x-56:first-child{
  --tw-translate-x: -14rem !important;
}

.first\:-translate-x-64:first-child{
  --tw-translate-x: -16rem !important;
}

.first\:-translate-x-px:first-child{
  --tw-translate-x: -1px !important;
}

.first\:translate-x-1\/2:first-child{
  --tw-translate-x: 50% !important;
}

.first\:translate-x-1\/3:first-child{
  --tw-translate-x: 33.333333% !important;
}

.first\:translate-x-2\/3:first-child{
  --tw-translate-x: 66.666667% !important;
}

.first\:translate-x-1\/4:first-child{
  --tw-translate-x: 25% !important;
}

.first\:translate-x-2\/4:first-child{
  --tw-translate-x: 50% !important;
}

.first\:translate-x-3\/4:first-child{
  --tw-translate-x: 75% !important;
}

.first\:translate-x-full:first-child{
  --tw-translate-x: 100% !important;
}

.first\:-translate-x-1\/2:first-child{
  --tw-translate-x: -50% !important;
}

.first\:-translate-x-1\/3:first-child{
  --tw-translate-x: -33.333333% !important;
}

.first\:-translate-x-2\/3:first-child{
  --tw-translate-x: -66.666667% !important;
}

.first\:-translate-x-1\/4:first-child{
  --tw-translate-x: -25% !important;
}

.first\:-translate-x-2\/4:first-child{
  --tw-translate-x: -50% !important;
}

.first\:-translate-x-3\/4:first-child{
  --tw-translate-x: -75% !important;
}

.first\:-translate-x-full:first-child{
  --tw-translate-x: -100% !important;
}

.first\:translate-y-0:first-child{
  --tw-translate-y: 0 !important;
}

.first\:translate-y-1:first-child{
  --tw-translate-y: 0.25rem !important;
}

.first\:translate-y-2:first-child{
  --tw-translate-y: 0.5rem !important;
}

.first\:translate-y-3:first-child{
  --tw-translate-y: 0.75rem !important;
}

.first\:translate-y-4:first-child{
  --tw-translate-y: 1rem !important;
}

.first\:translate-y-5:first-child{
  --tw-translate-y: 1.25rem !important;
}

.first\:translate-y-6:first-child{
  --tw-translate-y: 1.5rem !important;
}

.first\:translate-y-8:first-child{
  --tw-translate-y: 2rem !important;
}

.first\:translate-y-10:first-child{
  --tw-translate-y: 2.5rem !important;
}

.first\:translate-y-11:first-child{
  --tw-translate-y: 2.75rem !important;
}

.first\:translate-y-12:first-child{
  --tw-translate-y: 3rem !important;
}

.first\:translate-y-16:first-child{
  --tw-translate-y: 4rem !important;
}

.first\:translate-y-20:first-child{
  --tw-translate-y: 5rem !important;
}

.first\:translate-y-24:first-child{
  --tw-translate-y: 6rem !important;
}

.first\:translate-y-32:first-child{
  --tw-translate-y: 8rem !important;
}

.first\:translate-y-40:first-child{
  --tw-translate-y: 10rem !important;
}

.first\:translate-y-48:first-child{
  --tw-translate-y: 12rem !important;
}

.first\:translate-y-56:first-child{
  --tw-translate-y: 14rem !important;
}

.first\:translate-y-64:first-child{
  --tw-translate-y: 16rem !important;
}

.first\:translate-y-px:first-child{
  --tw-translate-y: 1px !important;
}

.first\:-translate-y-1:first-child{
  --tw-translate-y: -0.25rem !important;
}

.first\:-translate-y-2:first-child{
  --tw-translate-y: -0.5rem !important;
}

.first\:-translate-y-3:first-child{
  --tw-translate-y: -0.75rem !important;
}

.first\:-translate-y-4:first-child{
  --tw-translate-y: -1rem !important;
}

.first\:-translate-y-5:first-child{
  --tw-translate-y: -1.25rem !important;
}

.first\:-translate-y-6:first-child{
  --tw-translate-y: -1.5rem !important;
}

.first\:-translate-y-8:first-child{
  --tw-translate-y: -2rem !important;
}

.first\:-translate-y-10:first-child{
  --tw-translate-y: -2.5rem !important;
}

.first\:-translate-y-11:first-child{
  --tw-translate-y: -2.75rem !important;
}

.first\:-translate-y-12:first-child{
  --tw-translate-y: -3rem !important;
}

.first\:-translate-y-16:first-child{
  --tw-translate-y: -4rem !important;
}

.first\:-translate-y-20:first-child{
  --tw-translate-y: -5rem !important;
}

.first\:-translate-y-24:first-child{
  --tw-translate-y: -6rem !important;
}

.first\:-translate-y-32:first-child{
  --tw-translate-y: -8rem !important;
}

.first\:-translate-y-40:first-child{
  --tw-translate-y: -10rem !important;
}

.first\:-translate-y-48:first-child{
  --tw-translate-y: -12rem !important;
}

.first\:-translate-y-56:first-child{
  --tw-translate-y: -14rem !important;
}

.first\:-translate-y-64:first-child{
  --tw-translate-y: -16rem !important;
}

.first\:-translate-y-px:first-child{
  --tw-translate-y: -1px !important;
}

.first\:translate-y-1\/2:first-child{
  --tw-translate-y: 50% !important;
}

.first\:translate-y-1\/3:first-child{
  --tw-translate-y: 33.333333% !important;
}

.first\:translate-y-2\/3:first-child{
  --tw-translate-y: 66.666667% !important;
}

.first\:translate-y-1\/4:first-child{
  --tw-translate-y: 25% !important;
}

.first\:translate-y-2\/4:first-child{
  --tw-translate-y: 50% !important;
}

.first\:translate-y-3\/4:first-child{
  --tw-translate-y: 75% !important;
}

.first\:translate-y-full:first-child{
  --tw-translate-y: 100% !important;
}

.first\:-translate-y-1\/2:first-child{
  --tw-translate-y: -50% !important;
}

.first\:-translate-y-1\/3:first-child{
  --tw-translate-y: -33.333333% !important;
}

.first\:-translate-y-2\/3:first-child{
  --tw-translate-y: -66.666667% !important;
}

.first\:-translate-y-1\/4:first-child{
  --tw-translate-y: -25% !important;
}

.first\:-translate-y-2\/4:first-child{
  --tw-translate-y: -50% !important;
}

.first\:-translate-y-3\/4:first-child{
  --tw-translate-y: -75% !important;
}

.first\:-translate-y-full:first-child{
  --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-11:hover{
  --tw-translate-x: 2.75rem !important;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover\:translate-x-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: 12rem !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-11:hover{
  --tw-translate-x: -2.75rem !important;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover\:-translate-x-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: -12rem !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-11:hover{
  --tw-translate-y: 2.75rem !important;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover\:translate-y-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: 12rem !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-11:hover{
  --tw-translate-y: -2.75rem !important;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover\:-translate-y-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: -12rem !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-11:focus{
  --tw-translate-x: 2.75rem !important;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus\:translate-x-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: 12rem !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-11:focus{
  --tw-translate-x: -2.75rem !important;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus\:-translate-x-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: -12rem !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-11:focus{
  --tw-translate-y: 2.75rem !important;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus\:translate-y-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: 12rem !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-11:focus{
  --tw-translate-y: -2.75rem !important;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus\:-translate-y-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: -12rem !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;
}

.rotate-0{
  --tw-rotate: 0deg !important;
}

.rotate-1{
  --tw-rotate: 1deg !important;
}

.rotate-2{
  --tw-rotate: 2deg !important;
}

.rotate-3{
  --tw-rotate: 3deg !important;
}

.rotate-6{
  --tw-rotate: 6deg !important;
}

.rotate-12{
  --tw-rotate: 12deg !important;
}

.rotate-45{
  --tw-rotate: 45deg !important;
}

.rotate-90{
  --tw-rotate: 90deg !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
}

.-rotate-180{
  --tw-rotate: -180deg !important;
}

.-rotate-90{
  --tw-rotate: -90deg !important;
}

.-rotate-45{
  --tw-rotate: -45deg !important;
}

.-rotate-12{
  --tw-rotate: -12deg !important;
}

.-rotate-6{
  --tw-rotate: -6deg !important;
}

.-rotate-3{
  --tw-rotate: -3deg !important;
}

.-rotate-2{
  --tw-rotate: -2deg !important;
}

.-rotate-1{
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.skew-x-0{
  --tw-skew-x: 0deg !important;
}

.skew-x-1{
  --tw-skew-x: 1deg !important;
}

.skew-x-2{
  --tw-skew-x: 2deg !important;
}

.skew-x-3{
  --tw-skew-x: 3deg !important;
}

.skew-x-6{
  --tw-skew-x: 6deg !important;
}

.skew-x-12{
  --tw-skew-x: 12deg !important;
}

.-skew-x-12{
  --tw-skew-x: -12deg !important;
}

.-skew-x-6{
  --tw-skew-x: -6deg !important;
}

.-skew-x-3{
  --tw-skew-x: -3deg !important;
}

.-skew-x-2{
  --tw-skew-x: -2deg !important;
}

.-skew-x-1{
  --tw-skew-x: -1deg !important;
}

.skew-y-0{
  --tw-skew-y: 0deg !important;
}

.skew-y-1{
  --tw-skew-y: 1deg !important;
}

.skew-y-2{
  --tw-skew-y: 2deg !important;
}

.skew-y-3{
  --tw-skew-y: 3deg !important;
}

.skew-y-6{
  --tw-skew-y: 6deg !important;
}

.skew-y-12{
  --tw-skew-y: 12deg !important;
}

.-skew-y-12{
  --tw-skew-y: -12deg !important;
}

.-skew-y-6{
  --tw-skew-y: -6deg !important;
}

.-skew-y-3{
  --tw-skew-y: -3deg !important;
}

.-skew-y-2{
  --tw-skew-y: -2deg !important;
}

.-skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0{
  --tw-scale-x: 0 !important;
}

.scale-x-50{
  --tw-scale-x: .5 !important;
}

.scale-x-75{
  --tw-scale-x: .75 !important;
}

.scale-x-90{
  --tw-scale-x: .9 !important;
}

.scale-x-95{
  --tw-scale-x: .95 !important;
}

.scale-x-100{
  --tw-scale-x: 1 !important;
}

.scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.scale-y-0{
  --tw-scale-y: 0 !important;
}

.scale-y-50{
  --tw-scale-y: .5 !important;
}

.scale-y-75{
  --tw-scale-y: .75 !important;
}

.scale-y-90{
  --tw-scale-y: .9 !important;
}

.scale-y-95{
  --tw-scale-y: .95 !important;
}

.scale-y-100{
  --tw-scale-y: 1 !important;
}

.scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  animation: none !important;
}

.animate-spin{
  animation: spin 1s linear infinite !important;
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  animation: bounce 1s infinite !important;
}

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

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

.disabled\:cursor-auto:disabled{
  cursor: auto !important;
}

.disabled\:cursor:disabled{
  cursor: DEFAULT !important;
}

.disabled\:cursor-pointer:disabled{
  cursor: pointer !important;
}

.disabled\:cursor-wait:disabled{
  cursor: wait !important;
}

.disabled\:cursor-text:disabled{
  cursor: text !important;
}

.disabled\:cursor-move:disabled{
  cursor: move !important;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed !important;
}

.select-none{
  -webkit-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

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

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.list-inside{
  list-style-position: inside !important;
}

.list-outside{
  list-style-position: outside !important;
}

.list-none{
  list-style-type: none !important;
}

.list-disc{
  list-style-type: disc !important;
}

.list-decimal{
  list-style-type: decimal !important;
}

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

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

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

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

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none{
  grid-template-columns: none !important;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-col-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap{
  flex-wrap: nowrap !important;
}

.place-content-center{
  place-content: center !important;
}

.place-content-start{
  place-content: start !important;
}

.place-content-end{
  place-content: end !important;
}

.place-content-between{
  place-content: space-between !important;
}

.place-content-around{
  place-content: space-around !important;
}

.place-content-evenly{
  place-content: space-evenly !important;
}

.place-content-stretch{
  place-content: stretch !important;
}

.place-items-start{
  place-items: start !important;
}

.place-items-end{
  place-items: end !important;
}

.place-items-center{
  place-items: center !important;
}

.place-items-stretch{
  place-items: stretch !important;
}

.content-center{
  align-content: center !important;
}

.content-start{
  align-content: flex-start !important;
}

.content-end{
  align-content: flex-end !important;
}

.content-between{
  align-content: space-between !important;
}

.content-around{
  align-content: space-around !important;
}

.content-evenly{
  align-content: space-evenly !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-end{
  align-items: flex-end !important;
}

.items-center{
  align-items: center !important;
}

.items-baseline{
  align-items: baseline !important;
}

.items-stretch{
  align-items: stretch !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.justify-items-start{
  justify-items: start !important;
}

.justify-items-end{
  justify-items: end !important;
}

.justify-items-center{
  justify-items: center !important;
}

.justify-items-stretch{
  justify-items: stretch !important;
}

.gap-0{
  gap: 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-11{
  gap: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

.gap-x-0{
  column-gap: 0 !important;
}

.gap-x-1{
  column-gap: 0.25rem !important;
}

.gap-x-2{
  column-gap: 0.5rem !important;
}

.gap-x-3{
  column-gap: 0.75rem !important;
}

.gap-x-4{
  column-gap: 1rem !important;
}

.gap-x-5{
  column-gap: 1.25rem !important;
}

.gap-x-6{
  column-gap: 1.5rem !important;
}

.gap-x-8{
  column-gap: 2rem !important;
}

.gap-x-10{
  column-gap: 2.5rem !important;
}

.gap-x-11{
  column-gap: 2.75rem !important;
}

.gap-x-12{
  column-gap: 3rem !important;
}

.gap-x-16{
  column-gap: 4rem !important;
}

.gap-x-20{
  column-gap: 5rem !important;
}

.gap-x-24{
  column-gap: 6rem !important;
}

.gap-x-32{
  column-gap: 8rem !important;
}

.gap-x-40{
  column-gap: 10rem !important;
}

.gap-x-48{
  column-gap: 12rem !important;
}

.gap-x-56{
  column-gap: 14rem !important;
}

.gap-x-64{
  column-gap: 16rem !important;
}

.gap-x-px{
  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-11{
  row-gap: 2.75rem !important;
}

.gap-y-12{
  row-gap: 3rem !important;
}

.gap-y-16{
  row-gap: 4rem !important;
}

.gap-y-20{
  row-gap: 5rem !important;
}

.gap-y-24{
  row-gap: 6rem !important;
}

.gap-y-32{
  row-gap: 8rem !important;
}

.gap-y-40{
  row-gap: 10rem !important;
}

.gap-y-48{
  row-gap: 12rem !important;
}

.gap-y-56{
  row-gap: 14rem !important;
}

.gap-y-64{
  row-gap: 16rem !important;
}

.gap-y-px{
  row-gap: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-orange-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

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

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
}

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

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

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

.divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
}

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

.divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
}

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

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

.divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
}

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

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

.divide-teal-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
}

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

.divide-teal-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
}

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

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

.divide-teal-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
}

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

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

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

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

.divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
}

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

.divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
}

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

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

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

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

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
}

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

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

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
}

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

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

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

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

.divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
}

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

.divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

.divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

.place-self-auto{
  place-self: auto !important;
}

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

.place-self-center{
  place-self: center !important;
}

.place-self-stretch{
  place-self: stretch !important;
}

.self-auto{
  align-self: auto !important;
}

.self-start{
  align-self: flex-start !important;
}

.self-end{
  align-self: flex-end !important;
}

.self-center{
  align-self: center !important;
}

.self-stretch{
  align-self: stretch !important;
}

.self-baseline{
  align-self: baseline !important;
}

.justify-self-auto{
  justify-self: auto !important;
}

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

.justify-self-center{
  justify-self: center !important;
}

.justify-self-stretch{
  justify-self: stretch !important;
}

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

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.overscroll-auto{
  overscroll-behavior: auto !important;
}

.overscroll-contain{
  overscroll-behavior: contain !important;
}

.overscroll-none{
  overscroll-behavior: none !important;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.overflow-clip{
  text-overflow: clip !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

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

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

.rounded{
  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-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

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

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

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !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-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

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

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

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

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

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

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

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

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

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

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

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

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

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

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

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-l-0{
  border-left-width: 0 !important;
}

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

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

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

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

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

.border-solid{
  border-style: solid !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

.border-none{
  border-style: none !important;
}

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

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

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

.border-gray-dark-50{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-teal-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-pink-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-red-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
}

.hover\:border-red-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
}

.hover\:border-green-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-green-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
}

.hover\:border-green-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
}

.hover\:border-green-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-green-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
}

.hover\:border-green-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
}

.hover\:border-green-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-dark-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-dark-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-dark-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-e4e:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-red-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
}

.focus\:border-red-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
}

.focus\:border-green-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-green-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
}

.focus\:border-green-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
}

.focus\:border-green-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
}

.focus\:border-green-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-green-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
}

.focus\:border-green-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
}

.focus\:border-green-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
}

.border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-75{
  --tw-border-opacity: 0.75 !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-25{
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75 !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-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !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-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1 !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-gray-dark-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-gray-dark-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.bg-gray-dark-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.bg-gray-dark-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.bg-gray-e4e{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.bg-teal-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.bg-teal-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.bg-teal-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.bg-teal-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.bg-teal-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.bg-teal-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.bg-teal-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.bg-teal-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.bg-teal-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-dark-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-dark-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-dark-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-e4e:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-dark-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-dark-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-dark-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-e4e:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, 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-gray-dark-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-dark-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-dark-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-dark-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-e4e{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-transparent{
  background-color: transparent !important;
}

.group:focus .group-focus\:bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-dark-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-dark-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-dark-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-dark-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-e4e{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.active\:bg-transparent:active{
  background-color: transparent !important;
}

.active\:bg-black:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.active\:bg-white:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-dark-50:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-dark-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-dark-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-dark-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.active\:bg-gray-e4e:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.active\:bg-red-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.active\:bg-orange-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.active\:bg-yellow-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.active\:bg-green-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.active\:bg-teal-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.active\:bg-blue-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.active\:bg-indigo-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.active\:bg-purple-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-100:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-200:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-300:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-400:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-500:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-600:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-700:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-800:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.active\:bg-pink-900:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-transparent:disabled{
  background-color: transparent !important;
}

.disabled\:bg-black:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-white:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-dark-50:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-dark-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-dark-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-dark-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-gray-e4e:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-red-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-orange-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-yellow-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-green-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-teal-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-blue-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-indigo-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-purple-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-200:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-300:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-400:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-500:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-600:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-700:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-800:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.disabled\:bg-pink-900:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !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-25{
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75 !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-25:focus-within{
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75 !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-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.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-gray-dark-50{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.from-gray-dark-100{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.from-gray-dark-200{
  --tw-gradient-from: #D8D8D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.from-gray-dark-700{
  --tw-gradient-from: #979797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.from-gray-100{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.from-gray-200{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.from-gray-300{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.from-gray-400{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.from-gray-500{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.from-gray-600{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.from-gray-700{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.from-gray-800{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.from-gray-900{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.from-gray-e4e{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.from-red-100{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.from-red-200{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.from-red-300{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.from-red-400{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.from-red-500{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.from-red-600{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.from-red-700{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.from-red-800{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.from-red-900{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.from-orange-100{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.from-orange-200{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.from-orange-300{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.from-orange-400{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.from-orange-500{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.from-orange-600{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.from-orange-700{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.from-orange-800{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.from-orange-900{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.from-yellow-100{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.from-yellow-200{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.from-yellow-300{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.from-yellow-400{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.from-yellow-500{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.from-yellow-600{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.from-yellow-700{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.from-yellow-800{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.from-yellow-900{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.from-green-100{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.from-green-200{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.from-green-300{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.from-green-400{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.from-green-500{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.from-green-600{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.from-green-700{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.from-green-800{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.from-green-900{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.from-teal-100{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.from-teal-200{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.from-teal-300{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.from-teal-400{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.from-teal-500{
  --tw-gradient-from: #30CED0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.from-teal-600{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.from-teal-700{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.from-teal-800{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.from-teal-900{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.from-blue-100{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.from-blue-200{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.from-blue-300{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.from-blue-400{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.from-blue-500{
  --tw-gradient-from: #3A98DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.from-blue-600{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.from-blue-700{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.from-blue-800{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.from-blue-900{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.from-indigo-100{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.from-indigo-200{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.from-indigo-300{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.from-indigo-400{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.from-indigo-500{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.from-indigo-600{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.from-indigo-700{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.from-indigo-800{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.from-indigo-900{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.from-purple-100{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.from-purple-200{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.from-purple-300{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.from-purple-400{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.from-purple-500{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.from-purple-600{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.from-purple-700{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.from-purple-800{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.from-purple-900{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.from-pink-100{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.from-pink-200{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.from-pink-300{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.from-pink-400{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.from-pink-500{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.from-pink-600{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.from-pink-700{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.from-pink-800{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.from-pink-900{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.hover\:from-transparent:hover{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black:hover{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-dark-50:hover{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:from-gray-dark-100:hover{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:from-gray-dark-200:hover{
  --tw-gradient-from: #D8D8D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.hover\:from-gray-dark-700:hover{
  --tw-gradient-from: #979797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:from-gray-300:hover{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.hover\:from-gray-600:hover{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.hover\:from-gray-700:hover{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.hover\:from-gray-800:hover{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.hover\:from-gray-900:hover{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.hover\:from-gray-e4e:hover{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:from-red-100:hover{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.hover\:from-red-200:hover{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.hover\:from-red-300:hover{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.hover\:from-red-400:hover{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.hover\:from-red-500:hover{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.hover\:from-red-700:hover{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.hover\:from-red-800:hover{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.hover\:from-red-900:hover{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.hover\:from-orange-100:hover{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.hover\:from-orange-200:hover{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.hover\:from-orange-300:hover{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.hover\:from-orange-400:hover{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.hover\:from-orange-500:hover{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.hover\:from-orange-600:hover{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.hover\:from-orange-700:hover{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.hover\:from-orange-800:hover{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.hover\:from-orange-900:hover{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.hover\:from-yellow-100:hover{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.hover\:from-yellow-200:hover{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.hover\:from-yellow-300:hover{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.hover\:from-yellow-400:hover{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.hover\:from-yellow-500:hover{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.hover\:from-yellow-600:hover{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.hover\:from-yellow-700:hover{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.hover\:from-yellow-800:hover{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.hover\:from-yellow-900:hover{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.hover\:from-green-100:hover{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.hover\:from-green-200:hover{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.hover\:from-green-300:hover{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.hover\:from-green-400:hover{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.hover\:from-green-500:hover{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.hover\:from-green-600:hover{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.hover\:from-green-700:hover{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.hover\:from-green-800:hover{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.hover\:from-green-900:hover{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.hover\:from-teal-100:hover{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.hover\:from-teal-200:hover{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.hover\:from-teal-300:hover{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.hover\:from-teal-400:hover{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.hover\:from-teal-500:hover{
  --tw-gradient-from: #30CED0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.hover\:from-teal-600:hover{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.hover\:from-teal-700:hover{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.hover\:from-teal-800:hover{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.hover\:from-teal-900:hover{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.hover\:from-blue-100:hover{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.hover\:from-blue-200:hover{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.hover\:from-blue-300:hover{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.hover\:from-blue-400:hover{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.hover\:from-blue-500:hover{
  --tw-gradient-from: #3A98DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.hover\:from-blue-800:hover{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.hover\:from-blue-900:hover{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.hover\:from-indigo-100:hover{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.hover\:from-indigo-200:hover{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.hover\:from-indigo-300:hover{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.hover\:from-indigo-400:hover{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.hover\:from-indigo-500:hover{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.hover\:from-indigo-600:hover{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.hover\:from-indigo-700:hover{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.hover\:from-indigo-800:hover{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.hover\:from-indigo-900:hover{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.hover\:from-purple-100:hover{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:from-purple-200:hover{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.hover\:from-purple-300:hover{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.hover\:from-purple-400:hover{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.hover\:from-purple-500:hover{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.hover\:from-purple-600:hover{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.hover\:from-purple-700:hover{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.hover\:from-purple-800:hover{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.hover\:from-purple-900:hover{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.hover\:from-pink-100:hover{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.hover\:from-pink-200:hover{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.hover\:from-pink-300:hover{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.hover\:from-pink-400:hover{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.hover\:from-pink-500:hover{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.hover\:from-pink-600:hover{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.hover\:from-pink-700:hover{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.hover\:from-pink-800:hover{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.hover\:from-pink-900:hover{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.focus\:from-transparent:focus{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black:focus{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-dark-50:focus{
  --tw-gradient-from: #f2f2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:from-gray-dark-100:focus{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:from-gray-dark-200:focus{
  --tw-gradient-from: #D8D8D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.focus\:from-gray-dark-700:focus{
  --tw-gradient-from: #979797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #eeeeee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:from-gray-300:focus{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.focus\:from-gray-600:focus{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.focus\:from-gray-700:focus{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.focus\:from-gray-800:focus{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.focus\:from-gray-900:focus{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.focus\:from-gray-e4e:focus{
  --tw-gradient-from: #e4e4e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:from-red-100:focus{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.focus\:from-red-200:focus{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.focus\:from-red-300:focus{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.focus\:from-red-400:focus{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.focus\:from-red-500:focus{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.focus\:from-red-600:focus{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.focus\:from-red-700:focus{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.focus\:from-red-800:focus{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.focus\:from-red-900:focus{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.focus\:from-orange-100:focus{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.focus\:from-orange-200:focus{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.focus\:from-orange-300:focus{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.focus\:from-orange-400:focus{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.focus\:from-orange-500:focus{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.focus\:from-orange-600:focus{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.focus\:from-orange-700:focus{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.focus\:from-orange-800:focus{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.focus\:from-orange-900:focus{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.focus\:from-yellow-100:focus{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.focus\:from-yellow-200:focus{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.focus\:from-yellow-300:focus{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.focus\:from-yellow-400:focus{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.focus\:from-yellow-500:focus{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.focus\:from-yellow-600:focus{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.focus\:from-yellow-700:focus{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.focus\:from-yellow-800:focus{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.focus\:from-yellow-900:focus{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.focus\:from-green-100:focus{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.focus\:from-green-200:focus{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.focus\:from-green-300:focus{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.focus\:from-green-400:focus{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.focus\:from-green-500:focus{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.focus\:from-green-600:focus{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.focus\:from-green-700:focus{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.focus\:from-green-800:focus{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.focus\:from-green-900:focus{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.focus\:from-teal-100:focus{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.focus\:from-teal-200:focus{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.focus\:from-teal-300:focus{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.focus\:from-teal-400:focus{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.focus\:from-teal-500:focus{
  --tw-gradient-from: #30CED0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.focus\:from-teal-600:focus{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.focus\:from-teal-700:focus{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.focus\:from-teal-800:focus{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.focus\:from-teal-900:focus{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.focus\:from-blue-100:focus{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.focus\:from-blue-200:focus{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.focus\:from-blue-300:focus{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.focus\:from-blue-400:focus{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.focus\:from-blue-500:focus{
  --tw-gradient-from: #3A98DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.focus\:from-blue-600:focus{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.focus\:from-blue-700:focus{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.focus\:from-blue-800:focus{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.focus\:from-blue-900:focus{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.focus\:from-indigo-100:focus{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.focus\:from-indigo-200:focus{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.focus\:from-indigo-300:focus{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.focus\:from-indigo-400:focus{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.focus\:from-indigo-500:focus{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.focus\:from-indigo-600:focus{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.focus\:from-indigo-700:focus{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.focus\:from-indigo-800:focus{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.focus\:from-indigo-900:focus{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.focus\:from-purple-100:focus{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:from-purple-200:focus{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.focus\:from-purple-300:focus{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.focus\:from-purple-400:focus{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.focus\:from-purple-500:focus{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.focus\:from-purple-600:focus{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.focus\:from-purple-700:focus{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.focus\:from-purple-800:focus{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.focus\:from-purple-900:focus{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.focus\:from-pink-100:focus{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.focus\:from-pink-200:focus{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.focus\:from-pink-300:focus{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.focus\:from-pink-400:focus{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.focus\:from-pink-500:focus{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.focus\:from-pink-600:focus{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.focus\:from-pink-700:focus{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.focus\:from-pink-800:focus{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.focus\:from-pink-900:focus{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 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-gray-dark-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.via-gray-dark-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.via-gray-dark-200{
  --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.via-gray-dark-700{
  --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.via-gray-e4e{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.via-orange-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.via-orange-200{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.via-orange-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.via-orange-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.via-orange-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.via-orange-600{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.via-orange-700{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.via-orange-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.via-orange-900{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.via-teal-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.via-teal-200{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.via-teal-300{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.via-teal-400{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.via-teal-500{
  --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.via-teal-600{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.via-teal-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.via-teal-800{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.via-teal-900{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-dark-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:via-gray-dark-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:via-gray-dark-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.hover\:via-gray-dark-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.hover\:via-gray-e4e:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.hover\:via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.hover\:via-orange-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.hover\:via-orange-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.hover\:via-orange-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.hover\:via-orange-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.hover\:via-orange-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.hover\:via-orange-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.hover\:via-orange-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.hover\:via-orange-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.hover\:via-orange-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.hover\:via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.hover\:via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.hover\:via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.hover\:via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.hover\:via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.hover\:via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.hover\:via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.hover\:via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.hover\:via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.hover\:via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.hover\:via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.hover\:via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.hover\:via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.hover\:via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.hover\:via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.hover\:via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.hover\:via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.hover\:via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.hover\:via-teal-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.hover\:via-teal-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.hover\:via-teal-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.hover\:via-teal-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.hover\:via-teal-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.hover\:via-teal-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.hover\:via-teal-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.hover\:via-teal-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.hover\:via-teal-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.hover\:via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.hover\:via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.hover\:via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.hover\:via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.hover\:via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.hover\:via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.hover\:via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.hover\:via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.hover\:via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.hover\:via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.hover\:via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.hover\:via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.hover\:via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.hover\:via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.hover\:via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.hover\:via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.hover\:via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.hover\:via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.hover\:via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.hover\:via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.hover\:via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.hover\:via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.hover\:via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.hover\:via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.hover\:via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.hover\:via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.hover\:via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.hover\:via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.hover\:via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.hover\:via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.hover\:via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.hover\:via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-dark-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:via-gray-dark-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:via-gray-dark-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
}

.focus\:via-gray-dark-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.focus\:via-gray-e4e:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
}

.focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.focus\:via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.focus\:via-orange-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.focus\:via-orange-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.focus\:via-orange-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.focus\:via-orange-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.focus\:via-orange-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.focus\:via-orange-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.focus\:via-orange-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.focus\:via-orange-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.focus\:via-orange-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.focus\:via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.focus\:via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.focus\:via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.focus\:via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.focus\:via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.focus\:via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.focus\:via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.focus\:via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.focus\:via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.focus\:via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.focus\:via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.focus\:via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.focus\:via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.focus\:via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.focus\:via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.focus\:via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.focus\:via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.focus\:via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.focus\:via-teal-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.focus\:via-teal-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.focus\:via-teal-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.focus\:via-teal-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.focus\:via-teal-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
}

.focus\:via-teal-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.focus\:via-teal-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.focus\:via-teal-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.focus\:via-teal-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.focus\:via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.focus\:via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
}

.focus\:via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.focus\:via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.focus\:via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.focus\:via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.focus\:via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.focus\:via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.focus\:via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.focus\:via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.focus\:via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.focus\:via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.focus\:via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.focus\:via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.focus\:via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.focus\:via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.focus\:via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.focus\:via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.focus\:via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.focus\:via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.focus\:via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.focus\:via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.focus\:via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.focus\:via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.focus\:via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.focus\:via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.focus\:via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.focus\:via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.focus\:via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.focus\:via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.focus\:via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.focus\:via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.to-transparent{
  --tw-gradient-to: transparent !important;
}

.to-black{
  --tw-gradient-to: #000 !important;
}

.to-white{
  --tw-gradient-to: #fff !important;
}

.to-gray-dark-50{
  --tw-gradient-to: #f2f2f2 !important;
}

.to-gray-dark-100{
  --tw-gradient-to: #e4e4e4 !important;
}

.to-gray-dark-200{
  --tw-gradient-to: #D8D8D8 !important;
}

.to-gray-dark-700{
  --tw-gradient-to: #979797 !important;
}

.to-gray-100{
  --tw-gradient-to: #f7fafc !important;
}

.to-gray-200{
  --tw-gradient-to: #eeeeee !important;
}

.to-gray-300{
  --tw-gradient-to: #e2e8f0 !important;
}

.to-gray-400{
  --tw-gradient-to: #cbd5e0 !important;
}

.to-gray-500{
  --tw-gradient-to: #a0aec0 !important;
}

.to-gray-600{
  --tw-gradient-to: #718096 !important;
}

.to-gray-700{
  --tw-gradient-to: #4a5568 !important;
}

.to-gray-800{
  --tw-gradient-to: #2d3748 !important;
}

.to-gray-900{
  --tw-gradient-to: #1a202c !important;
}

.to-gray-e4e{
  --tw-gradient-to: #e4e4e4 !important;
}

.to-red-100{
  --tw-gradient-to: #fff5f5 !important;
}

.to-red-200{
  --tw-gradient-to: #fed7d7 !important;
}

.to-red-300{
  --tw-gradient-to: #feb2b2 !important;
}

.to-red-400{
  --tw-gradient-to: #fc8181 !important;
}

.to-red-500{
  --tw-gradient-to: #f56565 !important;
}

.to-red-600{
  --tw-gradient-to: #e53e3e !important;
}

.to-red-700{
  --tw-gradient-to: #c53030 !important;
}

.to-red-800{
  --tw-gradient-to: #9b2c2c !important;
}

.to-red-900{
  --tw-gradient-to: #742a2a !important;
}

.to-orange-100{
  --tw-gradient-to: #fffaf0 !important;
}

.to-orange-200{
  --tw-gradient-to: #feebc8 !important;
}

.to-orange-300{
  --tw-gradient-to: #fbd38d !important;
}

.to-orange-400{
  --tw-gradient-to: #f6ad55 !important;
}

.to-orange-500{
  --tw-gradient-to: #ed8936 !important;
}

.to-orange-600{
  --tw-gradient-to: #dd6b20 !important;
}

.to-orange-700{
  --tw-gradient-to: #c05621 !important;
}

.to-orange-800{
  --tw-gradient-to: #9c4221 !important;
}

.to-orange-900{
  --tw-gradient-to: #7b341e !important;
}

.to-yellow-100{
  --tw-gradient-to: #fffff0 !important;
}

.to-yellow-200{
  --tw-gradient-to: #fefcbf !important;
}

.to-yellow-300{
  --tw-gradient-to: #faf089 !important;
}

.to-yellow-400{
  --tw-gradient-to: #f6e05e !important;
}

.to-yellow-500{
  --tw-gradient-to: #ecc94b !important;
}

.to-yellow-600{
  --tw-gradient-to: #d69e2e !important;
}

.to-yellow-700{
  --tw-gradient-to: #b7791f !important;
}

.to-yellow-800{
  --tw-gradient-to: #975a16 !important;
}

.to-yellow-900{
  --tw-gradient-to: #744210 !important;
}

.to-green-100{
  --tw-gradient-to: #f0fff4 !important;
}

.to-green-200{
  --tw-gradient-to: #c6f6d5 !important;
}

.to-green-300{
  --tw-gradient-to: #9ae6b4 !important;
}

.to-green-400{
  --tw-gradient-to: #68d391 !important;
}

.to-green-500{
  --tw-gradient-to: #48bb78 !important;
}

.to-green-600{
  --tw-gradient-to: #38a169 !important;
}

.to-green-700{
  --tw-gradient-to: #2f855a !important;
}

.to-green-800{
  --tw-gradient-to: #276749 !important;
}

.to-green-900{
  --tw-gradient-to: #22543d !important;
}

.to-teal-100{
  --tw-gradient-to: #e6fffa !important;
}

.to-teal-200{
  --tw-gradient-to: #b2f5ea !important;
}

.to-teal-300{
  --tw-gradient-to: #81e6d9 !important;
}

.to-teal-400{
  --tw-gradient-to: #4fd1c5 !important;
}

.to-teal-500{
  --tw-gradient-to: #30CED0 !important;
}

.to-teal-600{
  --tw-gradient-to: #319795 !important;
}

.to-teal-700{
  --tw-gradient-to: #2c7a7b !important;
}

.to-teal-800{
  --tw-gradient-to: #285e61 !important;
}

.to-teal-900{
  --tw-gradient-to: #234e52 !important;
}

.to-blue-100{
  --tw-gradient-to: #ebf8ff !important;
}

.to-blue-200{
  --tw-gradient-to: #bee3f8 !important;
}

.to-blue-300{
  --tw-gradient-to: #90cdf4 !important;
}

.to-blue-400{
  --tw-gradient-to: #63b3ed !important;
}

.to-blue-500{
  --tw-gradient-to: #3A98DC !important;
}

.to-blue-600{
  --tw-gradient-to: #3182ce !important;
}

.to-blue-700{
  --tw-gradient-to: #2b6cb0 !important;
}

.to-blue-800{
  --tw-gradient-to: #2c5282 !important;
}

.to-blue-900{
  --tw-gradient-to: #2a4365 !important;
}

.to-indigo-100{
  --tw-gradient-to: #ebf4ff !important;
}

.to-indigo-200{
  --tw-gradient-to: #c3dafe !important;
}

.to-indigo-300{
  --tw-gradient-to: #a3bffa !important;
}

.to-indigo-400{
  --tw-gradient-to: #7f9cf5 !important;
}

.to-indigo-500{
  --tw-gradient-to: #667eea !important;
}

.to-indigo-600{
  --tw-gradient-to: #5a67d8 !important;
}

.to-indigo-700{
  --tw-gradient-to: #4c51bf !important;
}

.to-indigo-800{
  --tw-gradient-to: #434190 !important;
}

.to-indigo-900{
  --tw-gradient-to: #3c366b !important;
}

.to-purple-100{
  --tw-gradient-to: #faf5ff !important;
}

.to-purple-200{
  --tw-gradient-to: #e9d8fd !important;
}

.to-purple-300{
  --tw-gradient-to: #d6bcfa !important;
}

.to-purple-400{
  --tw-gradient-to: #b794f4 !important;
}

.to-purple-500{
  --tw-gradient-to: #9f7aea !important;
}

.to-purple-600{
  --tw-gradient-to: #805ad5 !important;
}

.to-purple-700{
  --tw-gradient-to: #6b46c1 !important;
}

.to-purple-800{
  --tw-gradient-to: #553c9a !important;
}

.to-purple-900{
  --tw-gradient-to: #44337a !important;
}

.to-pink-100{
  --tw-gradient-to: #fff5f7 !important;
}

.to-pink-200{
  --tw-gradient-to: #fed7e2 !important;
}

.to-pink-300{
  --tw-gradient-to: #fbb6ce !important;
}

.to-pink-400{
  --tw-gradient-to: #f687b3 !important;
}

.to-pink-500{
  --tw-gradient-to: #ed64a6 !important;
}

.to-pink-600{
  --tw-gradient-to: #d53f8c !important;
}

.to-pink-700{
  --tw-gradient-to: #b83280 !important;
}

.to-pink-800{
  --tw-gradient-to: #97266d !important;
}

.to-pink-900{
  --tw-gradient-to: #702459 !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-gray-dark-50:hover{
  --tw-gradient-to: #f2f2f2 !important;
}

.hover\:to-gray-dark-100:hover{
  --tw-gradient-to: #e4e4e4 !important;
}

.hover\:to-gray-dark-200:hover{
  --tw-gradient-to: #D8D8D8 !important;
}

.hover\:to-gray-dark-700:hover{
  --tw-gradient-to: #979797 !important;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #f7fafc !important;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #eeeeee !important;
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #e2e8f0 !important;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #cbd5e0 !important;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #a0aec0 !important;
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #718096 !important;
}

.hover\:to-gray-700:hover{
  --tw-gradient-to: #4a5568 !important;
}

.hover\:to-gray-800:hover{
  --tw-gradient-to: #2d3748 !important;
}

.hover\:to-gray-900:hover{
  --tw-gradient-to: #1a202c !important;
}

.hover\:to-gray-e4e:hover{
  --tw-gradient-to: #e4e4e4 !important;
}

.hover\:to-red-100:hover{
  --tw-gradient-to: #fff5f5 !important;
}

.hover\:to-red-200:hover{
  --tw-gradient-to: #fed7d7 !important;
}

.hover\:to-red-300:hover{
  --tw-gradient-to: #feb2b2 !important;
}

.hover\:to-red-400:hover{
  --tw-gradient-to: #fc8181 !important;
}

.hover\:to-red-500:hover{
  --tw-gradient-to: #f56565 !important;
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #e53e3e !important;
}

.hover\:to-red-700:hover{
  --tw-gradient-to: #c53030 !important;
}

.hover\:to-red-800:hover{
  --tw-gradient-to: #9b2c2c !important;
}

.hover\:to-red-900:hover{
  --tw-gradient-to: #742a2a !important;
}

.hover\:to-orange-100:hover{
  --tw-gradient-to: #fffaf0 !important;
}

.hover\:to-orange-200:hover{
  --tw-gradient-to: #feebc8 !important;
}

.hover\:to-orange-300:hover{
  --tw-gradient-to: #fbd38d !important;
}

.hover\:to-orange-400:hover{
  --tw-gradient-to: #f6ad55 !important;
}

.hover\:to-orange-500:hover{
  --tw-gradient-to: #ed8936 !important;
}

.hover\:to-orange-600:hover{
  --tw-gradient-to: #dd6b20 !important;
}

.hover\:to-orange-700:hover{
  --tw-gradient-to: #c05621 !important;
}

.hover\:to-orange-800:hover{
  --tw-gradient-to: #9c4221 !important;
}

.hover\:to-orange-900:hover{
  --tw-gradient-to: #7b341e !important;
}

.hover\:to-yellow-100:hover{
  --tw-gradient-to: #fffff0 !important;
}

.hover\:to-yellow-200:hover{
  --tw-gradient-to: #fefcbf !important;
}

.hover\:to-yellow-300:hover{
  --tw-gradient-to: #faf089 !important;
}

.hover\:to-yellow-400:hover{
  --tw-gradient-to: #f6e05e !important;
}

.hover\:to-yellow-500:hover{
  --tw-gradient-to: #ecc94b !important;
}

.hover\:to-yellow-600:hover{
  --tw-gradient-to: #d69e2e !important;
}

.hover\:to-yellow-700:hover{
  --tw-gradient-to: #b7791f !important;
}

.hover\:to-yellow-800:hover{
  --tw-gradient-to: #975a16 !important;
}

.hover\:to-yellow-900:hover{
  --tw-gradient-to: #744210 !important;
}

.hover\:to-green-100:hover{
  --tw-gradient-to: #f0fff4 !important;
}

.hover\:to-green-200:hover{
  --tw-gradient-to: #c6f6d5 !important;
}

.hover\:to-green-300:hover{
  --tw-gradient-to: #9ae6b4 !important;
}

.hover\:to-green-400:hover{
  --tw-gradient-to: #68d391 !important;
}

.hover\:to-green-500:hover{
  --tw-gradient-to: #48bb78 !important;
}

.hover\:to-green-600:hover{
  --tw-gradient-to: #38a169 !important;
}

.hover\:to-green-700:hover{
  --tw-gradient-to: #2f855a !important;
}

.hover\:to-green-800:hover{
  --tw-gradient-to: #276749 !important;
}

.hover\:to-green-900:hover{
  --tw-gradient-to: #22543d !important;
}

.hover\:to-teal-100:hover{
  --tw-gradient-to: #e6fffa !important;
}

.hover\:to-teal-200:hover{
  --tw-gradient-to: #b2f5ea !important;
}

.hover\:to-teal-300:hover{
  --tw-gradient-to: #81e6d9 !important;
}

.hover\:to-teal-400:hover{
  --tw-gradient-to: #4fd1c5 !important;
}

.hover\:to-teal-500:hover{
  --tw-gradient-to: #30CED0 !important;
}

.hover\:to-teal-600:hover{
  --tw-gradient-to: #319795 !important;
}

.hover\:to-teal-700:hover{
  --tw-gradient-to: #2c7a7b !important;
}

.hover\:to-teal-800:hover{
  --tw-gradient-to: #285e61 !important;
}

.hover\:to-teal-900:hover{
  --tw-gradient-to: #234e52 !important;
}

.hover\:to-blue-100:hover{
  --tw-gradient-to: #ebf8ff !important;
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: #bee3f8 !important;
}

.hover\:to-blue-300:hover{
  --tw-gradient-to: #90cdf4 !important;
}

.hover\:to-blue-400:hover{
  --tw-gradient-to: #63b3ed !important;
}

.hover\:to-blue-500:hover{
  --tw-gradient-to: #3A98DC !important;
}

.hover\:to-blue-600:hover{
  --tw-gradient-to: #3182ce !important;
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #2b6cb0 !important;
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: #2c5282 !important;
}

.hover\:to-blue-900:hover{
  --tw-gradient-to: #2a4365 !important;
}

.hover\:to-indigo-100:hover{
  --tw-gradient-to: #ebf4ff !important;
}

.hover\:to-indigo-200:hover{
  --tw-gradient-to: #c3dafe !important;
}

.hover\:to-indigo-300:hover{
  --tw-gradient-to: #a3bffa !important;
}

.hover\:to-indigo-400:hover{
  --tw-gradient-to: #7f9cf5 !important;
}

.hover\:to-indigo-500:hover{
  --tw-gradient-to: #667eea !important;
}

.hover\:to-indigo-600:hover{
  --tw-gradient-to: #5a67d8 !important;
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4c51bf !important;
}

.hover\:to-indigo-800:hover{
  --tw-gradient-to: #434190 !important;
}

.hover\:to-indigo-900:hover{
  --tw-gradient-to: #3c366b !important;
}

.hover\:to-purple-100:hover{
  --tw-gradient-to: #faf5ff !important;
}

.hover\:to-purple-200:hover{
  --tw-gradient-to: #e9d8fd !important;
}

.hover\:to-purple-300:hover{
  --tw-gradient-to: #d6bcfa !important;
}

.hover\:to-purple-400:hover{
  --tw-gradient-to: #b794f4 !important;
}

.hover\:to-purple-500:hover{
  --tw-gradient-to: #9f7aea !important;
}

.hover\:to-purple-600:hover{
  --tw-gradient-to: #805ad5 !important;
}

.hover\:to-purple-700:hover{
  --tw-gradient-to: #6b46c1 !important;
}

.hover\:to-purple-800:hover{
  --tw-gradient-to: #553c9a !important;
}

.hover\:to-purple-900:hover{
  --tw-gradient-to: #44337a !important;
}

.hover\:to-pink-100:hover{
  --tw-gradient-to: #fff5f7 !important;
}

.hover\:to-pink-200:hover{
  --tw-gradient-to: #fed7e2 !important;
}

.hover\:to-pink-300:hover{
  --tw-gradient-to: #fbb6ce !important;
}

.hover\:to-pink-400:hover{
  --tw-gradient-to: #f687b3 !important;
}

.hover\:to-pink-500:hover{
  --tw-gradient-to: #ed64a6 !important;
}

.hover\:to-pink-600:hover{
  --tw-gradient-to: #d53f8c !important;
}

.hover\:to-pink-700:hover{
  --tw-gradient-to: #b83280 !important;
}

.hover\:to-pink-800:hover{
  --tw-gradient-to: #97266d !important;
}

.hover\:to-pink-900:hover{
  --tw-gradient-to: #702459 !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-gray-dark-50:focus{
  --tw-gradient-to: #f2f2f2 !important;
}

.focus\:to-gray-dark-100:focus{
  --tw-gradient-to: #e4e4e4 !important;
}

.focus\:to-gray-dark-200:focus{
  --tw-gradient-to: #D8D8D8 !important;
}

.focus\:to-gray-dark-700:focus{
  --tw-gradient-to: #979797 !important;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #f7fafc !important;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #eeeeee !important;
}

.focus\:to-gray-300:focus{
  --tw-gradient-to: #e2e8f0 !important;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #cbd5e0 !important;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #a0aec0 !important;
}

.focus\:to-gray-600:focus{
  --tw-gradient-to: #718096 !important;
}

.focus\:to-gray-700:focus{
  --tw-gradient-to: #4a5568 !important;
}

.focus\:to-gray-800:focus{
  --tw-gradient-to: #2d3748 !important;
}

.focus\:to-gray-900:focus{
  --tw-gradient-to: #1a202c !important;
}

.focus\:to-gray-e4e:focus{
  --tw-gradient-to: #e4e4e4 !important;
}

.focus\:to-red-100:focus{
  --tw-gradient-to: #fff5f5 !important;
}

.focus\:to-red-200:focus{
  --tw-gradient-to: #fed7d7 !important;
}

.focus\:to-red-300:focus{
  --tw-gradient-to: #feb2b2 !important;
}

.focus\:to-red-400:focus{
  --tw-gradient-to: #fc8181 !important;
}

.focus\:to-red-500:focus{
  --tw-gradient-to: #f56565 !important;
}

.focus\:to-red-600:focus{
  --tw-gradient-to: #e53e3e !important;
}

.focus\:to-red-700:focus{
  --tw-gradient-to: #c53030 !important;
}

.focus\:to-red-800:focus{
  --tw-gradient-to: #9b2c2c !important;
}

.focus\:to-red-900:focus{
  --tw-gradient-to: #742a2a !important;
}

.focus\:to-orange-100:focus{
  --tw-gradient-to: #fffaf0 !important;
}

.focus\:to-orange-200:focus{
  --tw-gradient-to: #feebc8 !important;
}

.focus\:to-orange-300:focus{
  --tw-gradient-to: #fbd38d !important;
}

.focus\:to-orange-400:focus{
  --tw-gradient-to: #f6ad55 !important;
}

.focus\:to-orange-500:focus{
  --tw-gradient-to: #ed8936 !important;
}

.focus\:to-orange-600:focus{
  --tw-gradient-to: #dd6b20 !important;
}

.focus\:to-orange-700:focus{
  --tw-gradient-to: #c05621 !important;
}

.focus\:to-orange-800:focus{
  --tw-gradient-to: #9c4221 !important;
}

.focus\:to-orange-900:focus{
  --tw-gradient-to: #7b341e !important;
}

.focus\:to-yellow-100:focus{
  --tw-gradient-to: #fffff0 !important;
}

.focus\:to-yellow-200:focus{
  --tw-gradient-to: #fefcbf !important;
}

.focus\:to-yellow-300:focus{
  --tw-gradient-to: #faf089 !important;
}

.focus\:to-yellow-400:focus{
  --tw-gradient-to: #f6e05e !important;
}

.focus\:to-yellow-500:focus{
  --tw-gradient-to: #ecc94b !important;
}

.focus\:to-yellow-600:focus{
  --tw-gradient-to: #d69e2e !important;
}

.focus\:to-yellow-700:focus{
  --tw-gradient-to: #b7791f !important;
}

.focus\:to-yellow-800:focus{
  --tw-gradient-to: #975a16 !important;
}

.focus\:to-yellow-900:focus{
  --tw-gradient-to: #744210 !important;
}

.focus\:to-green-100:focus{
  --tw-gradient-to: #f0fff4 !important;
}

.focus\:to-green-200:focus{
  --tw-gradient-to: #c6f6d5 !important;
}

.focus\:to-green-300:focus{
  --tw-gradient-to: #9ae6b4 !important;
}

.focus\:to-green-400:focus{
  --tw-gradient-to: #68d391 !important;
}

.focus\:to-green-500:focus{
  --tw-gradient-to: #48bb78 !important;
}

.focus\:to-green-600:focus{
  --tw-gradient-to: #38a169 !important;
}

.focus\:to-green-700:focus{
  --tw-gradient-to: #2f855a !important;
}

.focus\:to-green-800:focus{
  --tw-gradient-to: #276749 !important;
}

.focus\:to-green-900:focus{
  --tw-gradient-to: #22543d !important;
}

.focus\:to-teal-100:focus{
  --tw-gradient-to: #e6fffa !important;
}

.focus\:to-teal-200:focus{
  --tw-gradient-to: #b2f5ea !important;
}

.focus\:to-teal-300:focus{
  --tw-gradient-to: #81e6d9 !important;
}

.focus\:to-teal-400:focus{
  --tw-gradient-to: #4fd1c5 !important;
}

.focus\:to-teal-500:focus{
  --tw-gradient-to: #30CED0 !important;
}

.focus\:to-teal-600:focus{
  --tw-gradient-to: #319795 !important;
}

.focus\:to-teal-700:focus{
  --tw-gradient-to: #2c7a7b !important;
}

.focus\:to-teal-800:focus{
  --tw-gradient-to: #285e61 !important;
}

.focus\:to-teal-900:focus{
  --tw-gradient-to: #234e52 !important;
}

.focus\:to-blue-100:focus{
  --tw-gradient-to: #ebf8ff !important;
}

.focus\:to-blue-200:focus{
  --tw-gradient-to: #bee3f8 !important;
}

.focus\:to-blue-300:focus{
  --tw-gradient-to: #90cdf4 !important;
}

.focus\:to-blue-400:focus{
  --tw-gradient-to: #63b3ed !important;
}

.focus\:to-blue-500:focus{
  --tw-gradient-to: #3A98DC !important;
}

.focus\:to-blue-600:focus{
  --tw-gradient-to: #3182ce !important;
}

.focus\:to-blue-700:focus{
  --tw-gradient-to: #2b6cb0 !important;
}

.focus\:to-blue-800:focus{
  --tw-gradient-to: #2c5282 !important;
}

.focus\:to-blue-900:focus{
  --tw-gradient-to: #2a4365 !important;
}

.focus\:to-indigo-100:focus{
  --tw-gradient-to: #ebf4ff !important;
}

.focus\:to-indigo-200:focus{
  --tw-gradient-to: #c3dafe !important;
}

.focus\:to-indigo-300:focus{
  --tw-gradient-to: #a3bffa !important;
}

.focus\:to-indigo-400:focus{
  --tw-gradient-to: #7f9cf5 !important;
}

.focus\:to-indigo-500:focus{
  --tw-gradient-to: #667eea !important;
}

.focus\:to-indigo-600:focus{
  --tw-gradient-to: #5a67d8 !important;
}

.focus\:to-indigo-700:focus{
  --tw-gradient-to: #4c51bf !important;
}

.focus\:to-indigo-800:focus{
  --tw-gradient-to: #434190 !important;
}

.focus\:to-indigo-900:focus{
  --tw-gradient-to: #3c366b !important;
}

.focus\:to-purple-100:focus{
  --tw-gradient-to: #faf5ff !important;
}

.focus\:to-purple-200:focus{
  --tw-gradient-to: #e9d8fd !important;
}

.focus\:to-purple-300:focus{
  --tw-gradient-to: #d6bcfa !important;
}

.focus\:to-purple-400:focus{
  --tw-gradient-to: #b794f4 !important;
}

.focus\:to-purple-500:focus{
  --tw-gradient-to: #9f7aea !important;
}

.focus\:to-purple-600:focus{
  --tw-gradient-to: #805ad5 !important;
}

.focus\:to-purple-700:focus{
  --tw-gradient-to: #6b46c1 !important;
}

.focus\:to-purple-800:focus{
  --tw-gradient-to: #553c9a !important;
}

.focus\:to-purple-900:focus{
  --tw-gradient-to: #44337a !important;
}

.focus\:to-pink-100:focus{
  --tw-gradient-to: #fff5f7 !important;
}

.focus\:to-pink-200:focus{
  --tw-gradient-to: #fed7e2 !important;
}

.focus\:to-pink-300:focus{
  --tw-gradient-to: #fbb6ce !important;
}

.focus\:to-pink-400:focus{
  --tw-gradient-to: #f687b3 !important;
}

.focus\:to-pink-500:focus{
  --tw-gradient-to: #ed64a6 !important;
}

.focus\:to-pink-600:focus{
  --tw-gradient-to: #d53f8c !important;
}

.focus\:to-pink-700:focus{
  --tw-gradient-to: #b83280 !important;
}

.focus\:to-pink-800:focus{
  --tw-gradient-to: #97266d !important;
}

.focus\:to-pink-900:focus{
  --tw-gradient-to: #702459 !important;
}

.decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-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{
  background-clip: text !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.object-contain{
  object-fit: contain !important;
}

.object-cover{
  object-fit: cover !important;
}

.object-fill{
  object-fit: fill !important;
}

.object-none{
  object-fit: none !important;
}

.object-scale-down{
  object-fit: scale-down !important;
}

.object-bottom{
  object-position: bottom !important;
}

.object-center{
  object-position: center !important;
}

.object-left{
  object-position: left !important;
}

.object-left-bottom{
  object-position: left bottom !important;
}

.object-left-top{
  object-position: left top !important;
}

.object-right{
  object-position: right !important;
}

.object-right-bottom{
  object-position: right bottom !important;
}

.object-right-top{
  object-position: right top !important;
}

.object-top{
  object-position: top !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-11{
  padding: 2.75rem !important;
}

.p-12{
  padding: 3rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-px{
  padding: 1px !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-0{
  padding-top: 0 !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pt-11{
  padding-top: 2.75rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pr-0{
  padding-right: 0 !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pr-11{
  padding-right: 2.75rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pr-32{
  padding-right: 8rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pr-48{
  padding-right: 12rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pb-0{
  padding-bottom: 0 !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-11{
  padding-bottom: 2.75rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pl-0{
  padding-left: 0 !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pl-6{
  padding-left: 1.5rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pl-11{
  padding-left: 2.75rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pl-20{
  padding-left: 5rem !important;
}

.pl-24{
  padding-left: 6rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pl-px{
  padding-left: 1px !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.align-baseline{
  vertical-align: baseline !important;
}

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.font-sans{
  font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-2xs{
  font-size: 0.5rem !important;
}

.text-xs{
  font-size: 0.75rem !important;
}

.text-sm{
  font-size: 0.875rem !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.5rem !important;
}

.text-3xl{
  font-size: 1.875rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.text-5xl{
  font-size: 3rem !important;
}

.text-6xl{
  font-size: 4rem !important;
}

.font-hairline{
  font-weight: 100 !important;
}

.font-thin{
  font-weight: 200 !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900 !important;
}

.hover\:font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:font-thin:hover{
  font-weight: 200 !important;
}

.hover\:font-light:hover{
  font-weight: 300 !important;
}

.hover\:font-normal:hover{
  font-weight: 400 !important;
}

.hover\:font-medium:hover{
  font-weight: 500 !important;
}

.hover\:font-semibold:hover{
  font-weight: 600 !important;
}

.hover\:font-bold:hover{
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:font-black:hover{
  font-weight: 900 !important;
}

.focus\:font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:font-thin:focus{
  font-weight: 200 !important;
}

.focus\:font-light:focus{
  font-weight: 300 !important;
}

.focus\:font-normal:focus{
  font-weight: 400 !important;
}

.focus\:font-medium:focus{
  font-weight: 500 !important;
}

.focus\:font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:font-bold:focus{
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:font-black:focus{
  font-weight: 900 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.25 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.text-transparent{
  color: transparent !important;
}

.text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-gray-dark-50{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.text-gray-dark-100{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.text-gray-dark-200{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
}

.text-gray-dark-700{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
}

.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.text-gray-e4e{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.text-teal-100{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.text-teal-200{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.text-teal-300{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.text-teal-400{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.text-teal-500{
  --tw-text-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
}

.text-teal-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.text-teal-700{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.text-teal-800{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.text-teal-900{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
}

.text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, 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-gray-dark-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-dark-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-dark-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-dark-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-e4e:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, 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-gray-dark-50:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-dark-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-dark-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-dark-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-e4e:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent{
  color: transparent !important;
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-dark-50{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-dark-100{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-dark-200{
  --tw-text-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-dark-700{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-e4e{
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-100{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-200{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-300{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-400{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-500{
  --tw-text-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-700{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-800{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-900{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
}

.text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-75{
  --tw-text-opacity: 0.75 !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-25{
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75 !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-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !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-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

.hover\:no-underline:hover{
  text-decoration: none !important;
}

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-transparent::placeholder{
  color: transparent !important;
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark-50::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-e4e::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent !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::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dark-50:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dark-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dark-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dark-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e4e:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus{
  opacity: 1 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.mix-blend-normal{
  mix-blend-mode: normal !important;
}

.mix-blend-multiply{
  mix-blend-mode: multiply !important;
}

.mix-blend-screen{
  mix-blend-mode: screen !important;
}

.mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.mix-blend-darken{
  mix-blend-mode: darken !important;
}

.mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference{
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue{
  mix-blend-mode: hue !important;
}

.mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.mix-blend-color{
  mix-blend-mode: color !important;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-outline{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-outline:hover{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-outline:focus{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(58, 152, 220, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.ring-transparent{
  --tw-ring-color: transparent !important;
}

.ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-white{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-gray-dark-50{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-gray-dark-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.ring-gray-dark-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
}

.ring-gray-dark-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
}

.ring-gray-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.ring-gray-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.ring-gray-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.ring-gray-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.ring-gray-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.ring-gray-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.ring-gray-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.ring-gray-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.ring-gray-e4e{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.ring-red-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.ring-red-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.ring-red-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.ring-red-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.ring-red-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.ring-red-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.ring-red-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.ring-red-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.ring-red-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.ring-orange-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.ring-orange-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.ring-orange-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.ring-orange-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.ring-orange-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.ring-orange-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.ring-orange-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.ring-orange-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.ring-orange-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.ring-yellow-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.ring-yellow-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.ring-yellow-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.ring-yellow-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.ring-yellow-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.ring-yellow-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.ring-yellow-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.ring-yellow-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.ring-yellow-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.ring-green-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.ring-green-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.ring-green-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.ring-green-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.ring-green-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.ring-green-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.ring-green-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.ring-green-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.ring-green-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.ring-teal-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.ring-teal-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.ring-teal-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.ring-teal-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.ring-teal-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
}

.ring-teal-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.ring-teal-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.ring-teal-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.ring-teal-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.ring-blue-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.ring-blue-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.ring-blue-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.ring-blue-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
}

.ring-blue-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.ring-blue-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.ring-blue-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.ring-blue-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.ring-indigo-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.ring-indigo-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.ring-indigo-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.ring-indigo-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.ring-indigo-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.ring-indigo-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.ring-indigo-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.ring-indigo-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.ring-indigo-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.ring-purple-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.ring-purple-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.ring-purple-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.ring-purple-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.ring-purple-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.ring-purple-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.ring-purple-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.ring-purple-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.ring-purple-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.ring-pink-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.ring-pink-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.ring-pink-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.ring-pink-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.ring-pink-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.ring-pink-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.ring-pink-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.ring-pink-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.ring-pink-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-dark-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-dark-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-dark-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-e4e:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-dark-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-dark-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-dark-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-e4e:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75 !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-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !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-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-black{
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-gray-dark-50{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.ring-offset-gray-dark-100{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.ring-offset-gray-dark-200{
  --tw-ring-offset-color: #D8D8D8 !important;
}

.ring-offset-gray-dark-700{
  --tw-ring-offset-color: #979797 !important;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #f7fafc !important;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #eeeeee !important;
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #a0aec0 !important;
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #718096 !important;
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #4a5568 !important;
}

.ring-offset-gray-800{
  --tw-ring-offset-color: #2d3748 !important;
}

.ring-offset-gray-900{
  --tw-ring-offset-color: #1a202c !important;
}

.ring-offset-gray-e4e{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.ring-offset-red-100{
  --tw-ring-offset-color: #fff5f5 !important;
}

.ring-offset-red-200{
  --tw-ring-offset-color: #fed7d7 !important;
}

.ring-offset-red-300{
  --tw-ring-offset-color: #feb2b2 !important;
}

.ring-offset-red-400{
  --tw-ring-offset-color: #fc8181 !important;
}

.ring-offset-red-500{
  --tw-ring-offset-color: #f56565 !important;
}

.ring-offset-red-600{
  --tw-ring-offset-color: #e53e3e !important;
}

.ring-offset-red-700{
  --tw-ring-offset-color: #c53030 !important;
}

.ring-offset-red-800{
  --tw-ring-offset-color: #9b2c2c !important;
}

.ring-offset-red-900{
  --tw-ring-offset-color: #742a2a !important;
}

.ring-offset-orange-100{
  --tw-ring-offset-color: #fffaf0 !important;
}

.ring-offset-orange-200{
  --tw-ring-offset-color: #feebc8 !important;
}

.ring-offset-orange-300{
  --tw-ring-offset-color: #fbd38d !important;
}

.ring-offset-orange-400{
  --tw-ring-offset-color: #f6ad55 !important;
}

.ring-offset-orange-500{
  --tw-ring-offset-color: #ed8936 !important;
}

.ring-offset-orange-600{
  --tw-ring-offset-color: #dd6b20 !important;
}

.ring-offset-orange-700{
  --tw-ring-offset-color: #c05621 !important;
}

.ring-offset-orange-800{
  --tw-ring-offset-color: #9c4221 !important;
}

.ring-offset-orange-900{
  --tw-ring-offset-color: #7b341e !important;
}

.ring-offset-yellow-100{
  --tw-ring-offset-color: #fffff0 !important;
}

.ring-offset-yellow-200{
  --tw-ring-offset-color: #fefcbf !important;
}

.ring-offset-yellow-300{
  --tw-ring-offset-color: #faf089 !important;
}

.ring-offset-yellow-400{
  --tw-ring-offset-color: #f6e05e !important;
}

.ring-offset-yellow-500{
  --tw-ring-offset-color: #ecc94b !important;
}

.ring-offset-yellow-600{
  --tw-ring-offset-color: #d69e2e !important;
}

.ring-offset-yellow-700{
  --tw-ring-offset-color: #b7791f !important;
}

.ring-offset-yellow-800{
  --tw-ring-offset-color: #975a16 !important;
}

.ring-offset-yellow-900{
  --tw-ring-offset-color: #744210 !important;
}

.ring-offset-green-100{
  --tw-ring-offset-color: #f0fff4 !important;
}

.ring-offset-green-200{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.ring-offset-green-300{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.ring-offset-green-400{
  --tw-ring-offset-color: #68d391 !important;
}

.ring-offset-green-500{
  --tw-ring-offset-color: #48bb78 !important;
}

.ring-offset-green-600{
  --tw-ring-offset-color: #38a169 !important;
}

.ring-offset-green-700{
  --tw-ring-offset-color: #2f855a !important;
}

.ring-offset-green-800{
  --tw-ring-offset-color: #276749 !important;
}

.ring-offset-green-900{
  --tw-ring-offset-color: #22543d !important;
}

.ring-offset-teal-100{
  --tw-ring-offset-color: #e6fffa !important;
}

.ring-offset-teal-200{
  --tw-ring-offset-color: #b2f5ea !important;
}

.ring-offset-teal-300{
  --tw-ring-offset-color: #81e6d9 !important;
}

.ring-offset-teal-400{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.ring-offset-teal-500{
  --tw-ring-offset-color: #30CED0 !important;
}

.ring-offset-teal-600{
  --tw-ring-offset-color: #319795 !important;
}

.ring-offset-teal-700{
  --tw-ring-offset-color: #2c7a7b !important;
}

.ring-offset-teal-800{
  --tw-ring-offset-color: #285e61 !important;
}

.ring-offset-teal-900{
  --tw-ring-offset-color: #234e52 !important;
}

.ring-offset-blue-100{
  --tw-ring-offset-color: #ebf8ff !important;
}

.ring-offset-blue-200{
  --tw-ring-offset-color: #bee3f8 !important;
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #90cdf4 !important;
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #63b3ed !important;
}

.ring-offset-blue-500{
  --tw-ring-offset-color: #3A98DC !important;
}

.ring-offset-blue-600{
  --tw-ring-offset-color: #3182ce !important;
}

.ring-offset-blue-700{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.ring-offset-blue-800{
  --tw-ring-offset-color: #2c5282 !important;
}

.ring-offset-blue-900{
  --tw-ring-offset-color: #2a4365 !important;
}

.ring-offset-indigo-100{
  --tw-ring-offset-color: #ebf4ff !important;
}

.ring-offset-indigo-200{
  --tw-ring-offset-color: #c3dafe !important;
}

.ring-offset-indigo-300{
  --tw-ring-offset-color: #a3bffa !important;
}

.ring-offset-indigo-400{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.ring-offset-indigo-500{
  --tw-ring-offset-color: #667eea !important;
}

.ring-offset-indigo-600{
  --tw-ring-offset-color: #5a67d8 !important;
}

.ring-offset-indigo-700{
  --tw-ring-offset-color: #4c51bf !important;
}

.ring-offset-indigo-800{
  --tw-ring-offset-color: #434190 !important;
}

.ring-offset-indigo-900{
  --tw-ring-offset-color: #3c366b !important;
}

.ring-offset-purple-100{
  --tw-ring-offset-color: #faf5ff !important;
}

.ring-offset-purple-200{
  --tw-ring-offset-color: #e9d8fd !important;
}

.ring-offset-purple-300{
  --tw-ring-offset-color: #d6bcfa !important;
}

.ring-offset-purple-400{
  --tw-ring-offset-color: #b794f4 !important;
}

.ring-offset-purple-500{
  --tw-ring-offset-color: #9f7aea !important;
}

.ring-offset-purple-600{
  --tw-ring-offset-color: #805ad5 !important;
}

.ring-offset-purple-700{
  --tw-ring-offset-color: #6b46c1 !important;
}

.ring-offset-purple-800{
  --tw-ring-offset-color: #553c9a !important;
}

.ring-offset-purple-900{
  --tw-ring-offset-color: #44337a !important;
}

.ring-offset-pink-100{
  --tw-ring-offset-color: #fff5f7 !important;
}

.ring-offset-pink-200{
  --tw-ring-offset-color: #fed7e2 !important;
}

.ring-offset-pink-300{
  --tw-ring-offset-color: #fbb6ce !important;
}

.ring-offset-pink-400{
  --tw-ring-offset-color: #f687b3 !important;
}

.ring-offset-pink-500{
  --tw-ring-offset-color: #ed64a6 !important;
}

.ring-offset-pink-600{
  --tw-ring-offset-color: #d53f8c !important;
}

.ring-offset-pink-700{
  --tw-ring-offset-color: #b83280 !important;
}

.ring-offset-pink-800{
  --tw-ring-offset-color: #97266d !important;
}

.ring-offset-pink-900{
  --tw-ring-offset-color: #702459 !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-gray-dark-50:focus-within{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.focus-within\:ring-offset-gray-dark-100:focus-within{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.focus-within\:ring-offset-gray-dark-200:focus-within{
  --tw-ring-offset-color: #D8D8D8 !important;
}

.focus-within\:ring-offset-gray-dark-700:focus-within{
  --tw-ring-offset-color: #979797 !important;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f7fafc !important;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #eeeeee !important;
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #a0aec0 !important;
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #718096 !important;
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #4a5568 !important;
}

.focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #2d3748 !important;
}

.focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #1a202c !important;
}

.focus-within\:ring-offset-gray-e4e:focus-within{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #fff5f5 !important;
}

.focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #fed7d7 !important;
}

.focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #feb2b2 !important;
}

.focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #fc8181 !important;
}

.focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #f56565 !important;
}

.focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #e53e3e !important;
}

.focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #c53030 !important;
}

.focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #9b2c2c !important;
}

.focus-within\:ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #742a2a !important;
}

.focus-within\:ring-offset-orange-100:focus-within{
  --tw-ring-offset-color: #fffaf0 !important;
}

.focus-within\:ring-offset-orange-200:focus-within{
  --tw-ring-offset-color: #feebc8 !important;
}

.focus-within\:ring-offset-orange-300:focus-within{
  --tw-ring-offset-color: #fbd38d !important;
}

.focus-within\:ring-offset-orange-400:focus-within{
  --tw-ring-offset-color: #f6ad55 !important;
}

.focus-within\:ring-offset-orange-500:focus-within{
  --tw-ring-offset-color: #ed8936 !important;
}

.focus-within\:ring-offset-orange-600:focus-within{
  --tw-ring-offset-color: #dd6b20 !important;
}

.focus-within\:ring-offset-orange-700:focus-within{
  --tw-ring-offset-color: #c05621 !important;
}

.focus-within\:ring-offset-orange-800:focus-within{
  --tw-ring-offset-color: #9c4221 !important;
}

.focus-within\:ring-offset-orange-900:focus-within{
  --tw-ring-offset-color: #7b341e !important;
}

.focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fffff0 !important;
}

.focus-within\:ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #fefcbf !important;
}

.focus-within\:ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #faf089 !important;
}

.focus-within\:ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #f6e05e !important;
}

.focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #ecc94b !important;
}

.focus-within\:ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #d69e2e !important;
}

.focus-within\:ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #b7791f !important;
}

.focus-within\:ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #975a16 !important;
}

.focus-within\:ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #744210 !important;
}

.focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #f0fff4 !important;
}

.focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #68d391 !important;
}

.focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #48bb78 !important;
}

.focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #38a169 !important;
}

.focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #2f855a !important;
}

.focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #276749 !important;
}

.focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #22543d !important;
}

.focus-within\:ring-offset-teal-100:focus-within{
  --tw-ring-offset-color: #e6fffa !important;
}

.focus-within\:ring-offset-teal-200:focus-within{
  --tw-ring-offset-color: #b2f5ea !important;
}

.focus-within\:ring-offset-teal-300:focus-within{
  --tw-ring-offset-color: #81e6d9 !important;
}

.focus-within\:ring-offset-teal-400:focus-within{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.focus-within\:ring-offset-teal-500:focus-within{
  --tw-ring-offset-color: #30CED0 !important;
}

.focus-within\:ring-offset-teal-600:focus-within{
  --tw-ring-offset-color: #319795 !important;
}

.focus-within\:ring-offset-teal-700:focus-within{
  --tw-ring-offset-color: #2c7a7b !important;
}

.focus-within\:ring-offset-teal-800:focus-within{
  --tw-ring-offset-color: #285e61 !important;
}

.focus-within\:ring-offset-teal-900:focus-within{
  --tw-ring-offset-color: #234e52 !important;
}

.focus-within\:ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #ebf8ff !important;
}

.focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bee3f8 !important;
}

.focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #90cdf4 !important;
}

.focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #63b3ed !important;
}

.focus-within\:ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #3A98DC !important;
}

.focus-within\:ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #3182ce !important;
}

.focus-within\:ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.focus-within\:ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #2c5282 !important;
}

.focus-within\:ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #2a4365 !important;
}

.focus-within\:ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #ebf4ff !important;
}

.focus-within\:ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c3dafe !important;
}

.focus-within\:ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a3bffa !important;
}

.focus-within\:ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.focus-within\:ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #667eea !important;
}

.focus-within\:ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #5a67d8 !important;
}

.focus-within\:ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4c51bf !important;
}

.focus-within\:ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #434190 !important;
}

.focus-within\:ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #3c366b !important;
}

.focus-within\:ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus-within\:ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #e9d8fd !important;
}

.focus-within\:ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #d6bcfa !important;
}

.focus-within\:ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #b794f4 !important;
}

.focus-within\:ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #9f7aea !important;
}

.focus-within\:ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #805ad5 !important;
}

.focus-within\:ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #6b46c1 !important;
}

.focus-within\:ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #553c9a !important;
}

.focus-within\:ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #44337a !important;
}

.focus-within\:ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fff5f7 !important;
}

.focus-within\:ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #fed7e2 !important;
}

.focus-within\:ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #fbb6ce !important;
}

.focus-within\:ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #f687b3 !important;
}

.focus-within\:ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #ed64a6 !important;
}

.focus-within\:ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #d53f8c !important;
}

.focus-within\:ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #b83280 !important;
}

.focus-within\:ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #97266d !important;
}

.focus-within\:ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #702459 !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-gray-dark-50:focus{
  --tw-ring-offset-color: #f2f2f2 !important;
}

.focus\:ring-offset-gray-dark-100:focus{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.focus\:ring-offset-gray-dark-200:focus{
  --tw-ring-offset-color: #D8D8D8 !important;
}

.focus\:ring-offset-gray-dark-700:focus{
  --tw-ring-offset-color: #979797 !important;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f7fafc !important;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #eeeeee !important;
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #a0aec0 !important;
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #718096 !important;
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #4a5568 !important;
}

.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #2d3748 !important;
}

.focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #1a202c !important;
}

.focus\:ring-offset-gray-e4e:focus{
  --tw-ring-offset-color: #e4e4e4 !important;
}

.focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #fff5f5 !important;
}

.focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: #fed7d7 !important;
}

.focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #feb2b2 !important;
}

.focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #fc8181 !important;
}

.focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #f56565 !important;
}

.focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #e53e3e !important;
}

.focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #c53030 !important;
}

.focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #9b2c2c !important;
}

.focus\:ring-offset-red-900:focus{
  --tw-ring-offset-color: #742a2a !important;
}

.focus\:ring-offset-orange-100:focus{
  --tw-ring-offset-color: #fffaf0 !important;
}

.focus\:ring-offset-orange-200:focus{
  --tw-ring-offset-color: #feebc8 !important;
}

.focus\:ring-offset-orange-300:focus{
  --tw-ring-offset-color: #fbd38d !important;
}

.focus\:ring-offset-orange-400:focus{
  --tw-ring-offset-color: #f6ad55 !important;
}

.focus\:ring-offset-orange-500:focus{
  --tw-ring-offset-color: #ed8936 !important;
}

.focus\:ring-offset-orange-600:focus{
  --tw-ring-offset-color: #dd6b20 !important;
}

.focus\:ring-offset-orange-700:focus{
  --tw-ring-offset-color: #c05621 !important;
}

.focus\:ring-offset-orange-800:focus{
  --tw-ring-offset-color: #9c4221 !important;
}

.focus\:ring-offset-orange-900:focus{
  --tw-ring-offset-color: #7b341e !important;
}

.focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fffff0 !important;
}

.focus\:ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #fefcbf !important;
}

.focus\:ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #faf089 !important;
}

.focus\:ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #f6e05e !important;
}

.focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #ecc94b !important;
}

.focus\:ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #d69e2e !important;
}

.focus\:ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #b7791f !important;
}

.focus\:ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #975a16 !important;
}

.focus\:ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #744210 !important;
}

.focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color: #f0fff4 !important;
}

.focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color: #68d391 !important;
}

.focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color: #48bb78 !important;
}

.focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color: #38a169 !important;
}

.focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color: #2f855a !important;
}

.focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color: #276749 !important;
}

.focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color: #22543d !important;
}

.focus\:ring-offset-teal-100:focus{
  --tw-ring-offset-color: #e6fffa !important;
}

.focus\:ring-offset-teal-200:focus{
  --tw-ring-offset-color: #b2f5ea !important;
}

.focus\:ring-offset-teal-300:focus{
  --tw-ring-offset-color: #81e6d9 !important;
}

.focus\:ring-offset-teal-400:focus{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.focus\:ring-offset-teal-500:focus{
  --tw-ring-offset-color: #30CED0 !important;
}

.focus\:ring-offset-teal-600:focus{
  --tw-ring-offset-color: #319795 !important;
}

.focus\:ring-offset-teal-700:focus{
  --tw-ring-offset-color: #2c7a7b !important;
}

.focus\:ring-offset-teal-800:focus{
  --tw-ring-offset-color: #285e61 !important;
}

.focus\:ring-offset-teal-900:focus{
  --tw-ring-offset-color: #234e52 !important;
}

.focus\:ring-offset-blue-100:focus{
  --tw-ring-offset-color: #ebf8ff !important;
}

.focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bee3f8 !important;
}

.focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #90cdf4 !important;
}

.focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #63b3ed !important;
}

.focus\:ring-offset-blue-500:focus{
  --tw-ring-offset-color: #3A98DC !important;
}

.focus\:ring-offset-blue-600:focus{
  --tw-ring-offset-color: #3182ce !important;
}

.focus\:ring-offset-blue-700:focus{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.focus\:ring-offset-blue-800:focus{
  --tw-ring-offset-color: #2c5282 !important;
}

.focus\:ring-offset-blue-900:focus{
  --tw-ring-offset-color: #2a4365 !important;
}

.focus\:ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #ebf4ff !important;
}

.focus\:ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c3dafe !important;
}

.focus\:ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a3bffa !important;
}

.focus\:ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.focus\:ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #667eea !important;
}

.focus\:ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #5a67d8 !important;
}

.focus\:ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4c51bf !important;
}

.focus\:ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #434190 !important;
}

.focus\:ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #3c366b !important;
}

.focus\:ring-offset-purple-100:focus{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus\:ring-offset-purple-200:focus{
  --tw-ring-offset-color: #e9d8fd !important;
}

.focus\:ring-offset-purple-300:focus{
  --tw-ring-offset-color: #d6bcfa !important;
}

.focus\:ring-offset-purple-400:focus{
  --tw-ring-offset-color: #b794f4 !important;
}

.focus\:ring-offset-purple-500:focus{
  --tw-ring-offset-color: #9f7aea !important;
}

.focus\:ring-offset-purple-600:focus{
  --tw-ring-offset-color: #805ad5 !important;
}

.focus\:ring-offset-purple-700:focus{
  --tw-ring-offset-color: #6b46c1 !important;
}

.focus\:ring-offset-purple-800:focus{
  --tw-ring-offset-color: #553c9a !important;
}

.focus\:ring-offset-purple-900:focus{
  --tw-ring-offset-color: #44337a !important;
}

.focus\:ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fff5f7 !important;
}

.focus\:ring-offset-pink-200:focus{
  --tw-ring-offset-color: #fed7e2 !important;
}

.focus\:ring-offset-pink-300:focus{
  --tw-ring-offset-color: #fbb6ce !important;
}

.focus\:ring-offset-pink-400:focus{
  --tw-ring-offset-color: #f687b3 !important;
}

.focus\:ring-offset-pink-500:focus{
  --tw-ring-offset-color: #ed64a6 !important;
}

.focus\:ring-offset-pink-600:focus{
  --tw-ring-offset-color: #d53f8c !important;
}

.focus\:ring-offset-pink-700:focus{
  --tw-ring-offset-color: #b83280 !important;
}

.focus\:ring-offset-pink-800:focus{
  --tw-ring-offset-color: #97266d !important;
}

.focus\:ring-offset-pink-900:focus{
  --tw-ring-offset-color: #702459 !important;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none{
  filter: none !important;
}

.hover\:filter:hover{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.hover\:filter-none:hover{
  filter: none !important;
}

.focus\:filter:focus{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.focus\:filter-none:focus{
  filter: none !important;
}

.group:hover .group-hover\:filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.group:hover .group-hover\:filter-none{
  filter: none !important;
}

.blur-0{
  --tw-blur: blur(0) !important;
}

.blur-none{
  --tw-blur: blur(0) !important;
}

.blur-sm{
  --tw-blur: blur(4px) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
}

.blur-md{
  --tw-blur: blur(12px) !important;
}

.blur-lg{
  --tw-blur: blur(16px) !important;
}

.blur-xl{
  --tw-blur: blur(24px) !important;
}

.blur-2xl{
  --tw-blur: blur(40px) !important;
}

.blur-3xl{
  --tw-blur: blur(64px) !important;
}

.brightness-0{
  --tw-brightness: brightness(0) !important;
}

.brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.brightness-100{
  --tw-brightness: brightness(1) !important;
}

.brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200{
  --tw-brightness: brightness(2) !important;
}

.contrast-0{
  --tw-contrast: contrast(0) !important;
}

.contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.contrast-100{
  --tw-contrast: contrast(1) !important;
}

.contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200{
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0{
  --tw-invert: invert(0) !important;
}

.invert{
  --tw-invert: invert(100%) !important;
}

.saturate-0{
  --tw-saturate: saturate(0) !important;
}

.saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.saturate-100{
  --tw-saturate: saturate(1) !important;
}

.saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200{
  --tw-saturate: saturate(2) !important;
}

.sepia-0{
  --tw-sepia: sepia(0) !important;
}

.sepia{
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none{
  transition-property: none !important;
}

.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75{
  transition-delay: 75ms !important;
}

.delay-100{
  transition-delay: 100ms !important;
}

.delay-150{
  transition-delay: 150ms !important;
}

.delay-200{
  transition-delay: 200ms !important;
}

.delay-300{
  transition-delay: 300ms !important;
}

.delay-500{
  transition-delay: 500ms !important;
}

.delay-700{
  transition-delay: 700ms !important;
}

.delay-1000{
  transition-delay: 1000ms !important;
}

.duration-75{
  transition-duration: 75ms !important;
}

.duration-100{
  transition-duration: 100ms !important;
}

.duration-150{
  transition-duration: 150ms !important;
}

.duration-200{
  transition-duration: 200ms !important;
}

.duration-300{
  transition-duration: 300ms !important;
}

.duration-500{
  transition-duration: 500ms !important;
}

.duration-700{
  transition-duration: 700ms !important;
}

.duration-1000{
  transition-duration: 1000ms !important;
}

.ease-linear{
  transition-timing-function: linear !important;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.filter-none{
  filter: none !important;
}

.filter-grayscale{
  filter: grayscale(1) !important;
}

.filter-invert{
  filter: invert(1) !important;
}

.filter-sepia{
  filter: sepia(1) !important;
}

.filter-brightness{
  filter: brightness(1) !important;
}

.filter-white-overlay{
  filter: brightness(0) invert(1) !important;
}

.hover\:filter-none:hover{
  filter: none !important;
}

.hover\:filter-grayscale:hover{
  filter: grayscale(1) !important;
}

.hover\:filter-invert:hover{
  filter: invert(1) !important;
}

.hover\:filter-sepia:hover{
  filter: sepia(1) !important;
}

.hover\:filter-brightness:hover{
  filter: brightness(1) !important;
}

.hover\:filter-white-overlay:hover{
  filter: brightness(0) invert(1) !important;
}

.focus\:filter-none:focus{
  filter: none !important;
}

.focus\:filter-grayscale:focus{
  filter: grayscale(1) !important;
}

.focus\:filter-invert:focus{
  filter: invert(1) !important;
}

.focus\:filter-sepia:focus{
  filter: sepia(1) !important;
}

.focus\:filter-brightness:focus{
  filter: brightness(1) !important;
}

.focus\:filter-white-overlay:focus{
  filter: brightness(0) invert(1) !important;
}

.group:hover .group-hover\:filter-none{
  filter: none !important;
}

.group:hover .group-hover\:filter-grayscale{
  filter: grayscale(1) !important;
}

.group:hover .group-hover\:filter-invert{
  filter: invert(1) !important;
}

.group:hover .group-hover\:filter-sepia{
  filter: sepia(1) !important;
}

.group:hover .group-hover\:filter-brightness{
  filter: brightness(1) !important;
}

.group:hover .group-hover\:filter-white-overlay{
  filter: brightness(0) invert(1) !important;
}

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  position: relative;
  min-height: 45px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px 8px 12px 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  background: #07bc0c;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  margin: auto 0;
  line-height: 1.25;
  flex: 1 1;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7);
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
}

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

.ReactModal__Overlay {
  z-index: 99999;
}

.border-box {
  box-sizing: border-box !important;
}

@media (max-width: 959px) {
  .mobile-no-before::before {
    display: none;
  }
}

.DraftEditor-editorContainer {
  min-height: 400px;
  padding: 1rem;
}

.DraftEditor-editorContainer .public-DraftEditor-content {
  min-height: inherit;
}

.font-size-option:hover,
.font-alignment:hover,
.font-option:hover,
.lg-button:hover {
  background: #292929 !important;
}

.draftjs-color-picker > div,
.draftjs-color-picker > div > div,
.draftjs-color-picker > div > div > div {
  width: 100%;
}

.draftjs-color-picker > div {
  padding: 2px 0;
}

.draftjs-color-picker > div,
.draftjs-color-picker > div > div:first-of-type,
.draftjs-color-picker > div > div:first-of-type > div {
  height: 100% !important;
  width: 100% !important;
}

.alignment--left .public-DraftStyleDefault-block {
  text-align: left;
}

.alignment--center .public-DraftStyleDefault-block {
  text-align: center;
}

.alignment--right .public-DraftStyleDefault-block {
  text-align: right;
}

.alignment--justify .public-DraftStyleDefault-block {
  text-align: justify;
}

.form-field img, figure img {
  display: inline-block;
}

#appModal {
  z-index: 9997;
  position: relative;
}

#modal-root {
  z-index: 9998;
  position: relative;
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 960px){
    .sm\:container{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }

  .sm\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !important;
  }

  .sm\:static{
    position: static !important;
  }

  .sm\:fixed{
    position: fixed !important;
  }

  .sm\:absolute{
    position: absolute !important;
  }

  .sm\:relative{
    position: relative !important;
  }

  .sm\:sticky{
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .sm\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:top-0{
    top: 0 !important;
  }

  .sm\:top-1\/2{
    top: 50% !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:right-0{
    right: 0 !important;
  }

  .sm\:right-1\/2{
    right: 50% !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:bottom-0{
    bottom: 0 !important;
  }

  .sm\:bottom-1\/2{
    bottom: 50% !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:left-0{
    left: 0 !important;
  }

  .sm\:left-1\/2{
    left: 50% !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:isolate{
    isolation: isolate !important;
  }

  .sm\:isolation-auto{
    isolation: auto !important;
  }

  .sm\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-20{
    z-index: 20 !important;
  }

  .sm\:z-30{
    z-index: 30 !important;
  }

  .sm\:z-40{
    z-index: 40 !important;
  }

  .sm\:z-50{
    z-index: 50 !important;
  }

  .sm\:z-70{
    z-index: 70 !important;
  }

  .sm\:z-80{
    z-index: 80 !important;
  }

  .sm\:z-90{
    z-index: 90 !important;
  }

  .sm\:z-100{
    z-index: 100 !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:order-1{
    order: 1 !important;
  }

  .sm\:order-2{
    order: 2 !important;
  }

  .sm\:order-3{
    order: 3 !important;
  }

  .sm\:order-4{
    order: 4 !important;
  }

  .sm\:order-5{
    order: 5 !important;
  }

  .sm\:order-6{
    order: 6 !important;
  }

  .sm\:order-7{
    order: 7 !important;
  }

  .sm\:order-8{
    order: 8 !important;
  }

  .sm\:order-9{
    order: 9 !important;
  }

  .sm\:order-10{
    order: 10 !important;
  }

  .sm\:order-11{
    order: 11 !important;
  }

  .sm\:order-12{
    order: 12 !important;
  }

  .sm\:order-first{
    order: -9999 !important;
  }

  .sm\:order-last{
    order: 9999 !important;
  }

  .sm\:order-none{
    order: 0 !important;
  }

  .sm\:col-auto{
    grid-column: auto !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:row-auto{
    grid-row: auto !important;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto{
    grid-row-end: auto !important;
  }

  .sm\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !important;
  }

  .sm\:clear-left{
    clear: left !important;
  }

  .sm\:clear-right{
    clear: right !important;
  }

  .sm\:clear-both{
    clear: both !important;
  }

  .sm\:clear-none{
    clear: none !important;
  }

  .sm\:m-0{
    margin: 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-11{
    margin: 2.75rem !important;
  }

  .sm\:m-12{
    margin: 3rem !important;
  }

  .sm\:m-16{
    margin: 4rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-24{
    margin: 6rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-48{
    margin: 12rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:-m-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-11{
    margin: -2.75rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !important;
  }

  .sm\:-m-16{
    margin: -4rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-24{
    margin: -6rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-48{
    margin: -12rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

  .sm\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:mt-0{
    margin-top: 0 !important;
  }

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:mt-4{
    margin-top: 1rem !important;
  }

  .sm\:mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:mt-8{
    margin-top: 2rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mt-11{
    margin-top: 2.75rem !important;
  }

  .sm\:mt-12{
    margin-top: 3rem !important;
  }

  .sm\:mt-16{
    margin-top: 4rem !important;
  }

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

  .sm\:mt-24{
    margin-top: 6rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mt-40{
    margin-top: 10rem !important;
  }

  .sm\:mt-48{
    margin-top: 12rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:-mt-4{
    margin-top: -1rem !important;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:-mt-8{
    margin-top: -2rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .sm\:-mt-12{
    margin-top: -3rem !important;
  }

  .sm\:-mt-16{
    margin-top: -4rem !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:-mt-24{
    margin-top: -6rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mt-40{
    margin-top: -10rem !important;
  }

  .sm\:-mt-48{
    margin-top: -12rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:mr-0{
    margin-right: 0 !important;
  }

  .sm\:mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:mr-4{
    margin-right: 1rem !important;
  }

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:mr-11{
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

  .sm\:mr-48{
    margin-right: 12rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mr-auto{
    margin-right: auto !important;
  }

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:-mr-4{
    margin-right: -1rem !important;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

  .sm\:-mr-48{
    margin-right: -12rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .sm\:mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:ml-0{
    margin-left: 0 !important;
  }

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:ml-4{
    margin-left: 1rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:ml-11{
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

  .sm\:ml-48{
    margin-left: 12rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:-ml-4{
    margin-left: -1rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:box-border{
    box-sizing: border-box !important;
  }

  .sm\:box-content{
    box-sizing: content-box !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:inline-flex{
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:inline-table{
    display: inline-table !important;
  }

  .sm\:table-caption{
    display: table-caption !important;
  }

  .sm\:table-cell{
    display: table-cell !important;
  }

  .sm\:table-column{
    display: table-column !important;
  }

  .sm\:table-column-group{
    display: table-column-group !important;
  }

  .sm\:table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:table-header-group{
    display: table-header-group !important;
  }

  .sm\:table-row-group{
    display: table-row-group !important;
  }

  .sm\:table-row{
    display: table-row !important;
  }

  .sm\:flow-root{
    display: flow-root !important;
  }

  .sm\:grid{
    display: grid !important;
  }

  .sm\:inline-grid{
    display: inline-grid !important;
  }

  .sm\:contents{
    display: contents !important;
  }

  .sm\:list-item{
    display: list-item !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:h-0{
    height: 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-11{
    height: 2.75rem !important;
  }

  .sm\:h-12{
    height: 3rem !important;
  }

  .sm\:h-16{
    height: 4rem !important;
  }

  .sm\:h-20{
    height: 5rem !important;
  }

  .sm\:h-24{
    height: 6rem !important;
  }

  .sm\:h-32{
    height: 8rem !important;
  }

  .sm\:h-40{
    height: 10rem !important;
  }

  .sm\:h-48{
    height: 12rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:max-h-xs{
    max-height: 20rem !important;
  }

  .sm\:max-h-sm{
    max-height: 24rem !important;
  }

  .sm\:max-h-md{
    max-height: 28rem !important;
  }

  .sm\:max-h-lg{
    max-height: 32rem !important;
  }

  .sm\:max-h-xl{
    max-height: 36rem !important;
  }

  .sm\:max-h-2xl{
    max-height: 42rem !important;
  }

  .sm\:max-h-3xl{
    max-height: 48rem !important;
  }

  .sm\:max-h-4xl{
    max-height: 56rem !important;
  }

  .sm\:max-h-5xl{
    max-height: 64rem !important;
  }

  .sm\:max-h-6xl{
    max-height: 72rem !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-11{
    min-height: 2.75rem !important;
  }

  .sm\:min-h-12{
    min-height: 3rem !important;
  }

  .sm\:min-h-16{
    min-height: 4rem !important;
  }

  .sm\:min-h-20{
    min-height: 5rem !important;
  }

  .sm\:min-h-24{
    min-height: 6rem !important;
  }

  .sm\:min-h-32{
    min-height: 8rem !important;
  }

  .sm\:min-h-40{
    min-height: 10rem !important;
  }

  .sm\:min-h-48{
    min-height: 12rem !important;
  }

  .sm\:min-h-56{
    min-height: 14rem !important;
  }

  .sm\:min-h-64{
    min-height: 16rem !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !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-11{
    width: 2.75rem !important;
  }

  .sm\:w-12{
    width: 3rem !important;
  }

  .sm\:w-16{
    width: 4rem !important;
  }

  .sm\:w-20{
    width: 5rem !important;
  }

  .sm\:w-24{
    width: 6rem !important;
  }

  .sm\:w-32{
    width: 8rem !important;
  }

  .sm\:w-40{
    width: 10rem !important;
  }

  .sm\:w-48{
    width: 12rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

  .sm\:w-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-w-min{
    width: min-content !important;
  }

  .sm\:w-w-max{
    width: max-content !important;
  }

  .sm\:min-w-0{
    min-width: 0 !important;
  }

  .sm\:min-w-1{
    min-width: 0.25rem !important;
  }

  .sm\:min-w-2{
    min-width: 0.5rem !important;
  }

  .sm\:min-w-3{
    min-width: 0.75rem !important;
  }

  .sm\:min-w-4{
    min-width: 1rem !important;
  }

  .sm\:min-w-5{
    min-width: 1.25rem !important;
  }

  .sm\:min-w-6{
    min-width: 1.5rem !important;
  }

  .sm\:min-w-8{
    min-width: 2rem !important;
  }

  .sm\:min-w-10{
    min-width: 2.5rem !important;
  }

  .sm\:min-w-11{
    min-width: 2.75rem !important;
  }

  .sm\:min-w-12{
    min-width: 3rem !important;
  }

  .sm\:min-w-16{
    min-width: 4rem !important;
  }

  .sm\:min-w-20{
    min-width: 5rem !important;
  }

  .sm\:min-w-24{
    min-width: 6rem !important;
  }

  .sm\:min-w-32{
    min-width: 8rem !important;
  }

  .sm\:min-w-40{
    min-width: 10rem !important;
  }

  .sm\:min-w-48{
    min-width: 12rem !important;
  }

  .sm\:min-w-56{
    min-width: 14rem !important;
  }

  .sm\:min-w-64{
    min-width: 16rem !important;
  }

  .sm\:min-w-auto{
    min-width: auto !important;
  }

  .sm\:min-w-px{
    min-width: 1px !important;
  }

  .sm\:max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:max-w-md{
    max-width: 28rem !important;
  }

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    flex: none !important;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    flex-grow: 1 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:origin-center{
    transform-origin: center !important;
  }

  .sm\:origin-top{
    transform-origin: top !important;
  }

  .sm\:origin-top-right{
    transform-origin: top right !important;
  }

  .sm\:origin-right{
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    transform-origin: left !important;
  }

  .sm\:origin-top-left{
    transform-origin: top left !important;
  }

  .sm\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none{
    transform: none !important;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 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-11{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12rem !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-11{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12rem !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-11{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12rem !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-11{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12rem !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\:first\:translate-x-0:first-child{
    --tw-translate-x: 0 !important;
  }

  .sm\:first\:translate-x-1:first-child{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:first\:translate-x-2:first-child{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:first\:translate-x-3:first-child{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:first\:translate-x-4:first-child{
    --tw-translate-x: 1rem !important;
  }

  .sm\:first\:translate-x-5:first-child{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:first\:translate-x-6:first-child{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:first\:translate-x-8:first-child{
    --tw-translate-x: 2rem !important;
  }

  .sm\:first\:translate-x-10:first-child{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:first\:translate-x-11:first-child{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:first\:translate-x-12:first-child{
    --tw-translate-x: 3rem !important;
  }

  .sm\:first\:translate-x-16:first-child{
    --tw-translate-x: 4rem !important;
  }

  .sm\:first\:translate-x-20:first-child{
    --tw-translate-x: 5rem !important;
  }

  .sm\:first\:translate-x-24:first-child{
    --tw-translate-x: 6rem !important;
  }

  .sm\:first\:translate-x-32:first-child{
    --tw-translate-x: 8rem !important;
  }

  .sm\:first\:translate-x-40:first-child{
    --tw-translate-x: 10rem !important;
  }

  .sm\:first\:translate-x-48:first-child{
    --tw-translate-x: 12rem !important;
  }

  .sm\:first\:translate-x-56:first-child{
    --tw-translate-x: 14rem !important;
  }

  .sm\:first\:translate-x-64:first-child{
    --tw-translate-x: 16rem !important;
  }

  .sm\:first\:translate-x-px:first-child{
    --tw-translate-x: 1px !important;
  }

  .sm\:first\:-translate-x-1:first-child{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:first\:-translate-x-2:first-child{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:first\:-translate-x-3:first-child{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:first\:-translate-x-4:first-child{
    --tw-translate-x: -1rem !important;
  }

  .sm\:first\:-translate-x-5:first-child{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:first\:-translate-x-6:first-child{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:first\:-translate-x-8:first-child{
    --tw-translate-x: -2rem !important;
  }

  .sm\:first\:-translate-x-10:first-child{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:first\:-translate-x-11:first-child{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:first\:-translate-x-12:first-child{
    --tw-translate-x: -3rem !important;
  }

  .sm\:first\:-translate-x-16:first-child{
    --tw-translate-x: -4rem !important;
  }

  .sm\:first\:-translate-x-20:first-child{
    --tw-translate-x: -5rem !important;
  }

  .sm\:first\:-translate-x-24:first-child{
    --tw-translate-x: -6rem !important;
  }

  .sm\:first\:-translate-x-32:first-child{
    --tw-translate-x: -8rem !important;
  }

  .sm\:first\:-translate-x-40:first-child{
    --tw-translate-x: -10rem !important;
  }

  .sm\:first\:-translate-x-48:first-child{
    --tw-translate-x: -12rem !important;
  }

  .sm\:first\:-translate-x-56:first-child{
    --tw-translate-x: -14rem !important;
  }

  .sm\:first\:-translate-x-64:first-child{
    --tw-translate-x: -16rem !important;
  }

  .sm\:first\:-translate-x-px:first-child{
    --tw-translate-x: -1px !important;
  }

  .sm\:first\:translate-x-1\/2:first-child{
    --tw-translate-x: 50% !important;
  }

  .sm\:first\:translate-x-1\/3:first-child{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:first\:translate-x-2\/3:first-child{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:first\:translate-x-1\/4:first-child{
    --tw-translate-x: 25% !important;
  }

  .sm\:first\:translate-x-2\/4:first-child{
    --tw-translate-x: 50% !important;
  }

  .sm\:first\:translate-x-3\/4:first-child{
    --tw-translate-x: 75% !important;
  }

  .sm\:first\:translate-x-full:first-child{
    --tw-translate-x: 100% !important;
  }

  .sm\:first\:-translate-x-1\/2:first-child{
    --tw-translate-x: -50% !important;
  }

  .sm\:first\:-translate-x-1\/3:first-child{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:first\:-translate-x-2\/3:first-child{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:first\:-translate-x-1\/4:first-child{
    --tw-translate-x: -25% !important;
  }

  .sm\:first\:-translate-x-2\/4:first-child{
    --tw-translate-x: -50% !important;
  }

  .sm\:first\:-translate-x-3\/4:first-child{
    --tw-translate-x: -75% !important;
  }

  .sm\:first\:-translate-x-full:first-child{
    --tw-translate-x: -100% !important;
  }

  .sm\:first\:translate-y-0:first-child{
    --tw-translate-y: 0 !important;
  }

  .sm\:first\:translate-y-1:first-child{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:first\:translate-y-2:first-child{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:first\:translate-y-3:first-child{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:first\:translate-y-4:first-child{
    --tw-translate-y: 1rem !important;
  }

  .sm\:first\:translate-y-5:first-child{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:first\:translate-y-6:first-child{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:first\:translate-y-8:first-child{
    --tw-translate-y: 2rem !important;
  }

  .sm\:first\:translate-y-10:first-child{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:first\:translate-y-11:first-child{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:first\:translate-y-12:first-child{
    --tw-translate-y: 3rem !important;
  }

  .sm\:first\:translate-y-16:first-child{
    --tw-translate-y: 4rem !important;
  }

  .sm\:first\:translate-y-20:first-child{
    --tw-translate-y: 5rem !important;
  }

  .sm\:first\:translate-y-24:first-child{
    --tw-translate-y: 6rem !important;
  }

  .sm\:first\:translate-y-32:first-child{
    --tw-translate-y: 8rem !important;
  }

  .sm\:first\:translate-y-40:first-child{
    --tw-translate-y: 10rem !important;
  }

  .sm\:first\:translate-y-48:first-child{
    --tw-translate-y: 12rem !important;
  }

  .sm\:first\:translate-y-56:first-child{
    --tw-translate-y: 14rem !important;
  }

  .sm\:first\:translate-y-64:first-child{
    --tw-translate-y: 16rem !important;
  }

  .sm\:first\:translate-y-px:first-child{
    --tw-translate-y: 1px !important;
  }

  .sm\:first\:-translate-y-1:first-child{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:first\:-translate-y-2:first-child{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:first\:-translate-y-3:first-child{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:first\:-translate-y-4:first-child{
    --tw-translate-y: -1rem !important;
  }

  .sm\:first\:-translate-y-5:first-child{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:first\:-translate-y-6:first-child{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:first\:-translate-y-8:first-child{
    --tw-translate-y: -2rem !important;
  }

  .sm\:first\:-translate-y-10:first-child{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:first\:-translate-y-11:first-child{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:first\:-translate-y-12:first-child{
    --tw-translate-y: -3rem !important;
  }

  .sm\:first\:-translate-y-16:first-child{
    --tw-translate-y: -4rem !important;
  }

  .sm\:first\:-translate-y-20:first-child{
    --tw-translate-y: -5rem !important;
  }

  .sm\:first\:-translate-y-24:first-child{
    --tw-translate-y: -6rem !important;
  }

  .sm\:first\:-translate-y-32:first-child{
    --tw-translate-y: -8rem !important;
  }

  .sm\:first\:-translate-y-40:first-child{
    --tw-translate-y: -10rem !important;
  }

  .sm\:first\:-translate-y-48:first-child{
    --tw-translate-y: -12rem !important;
  }

  .sm\:first\:-translate-y-56:first-child{
    --tw-translate-y: -14rem !important;
  }

  .sm\:first\:-translate-y-64:first-child{
    --tw-translate-y: -16rem !important;
  }

  .sm\:first\:-translate-y-px:first-child{
    --tw-translate-y: -1px !important;
  }

  .sm\:first\:translate-y-1\/2:first-child{
    --tw-translate-y: 50% !important;
  }

  .sm\:first\:translate-y-1\/3:first-child{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:first\:translate-y-2\/3:first-child{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:first\:translate-y-1\/4:first-child{
    --tw-translate-y: 25% !important;
  }

  .sm\:first\:translate-y-2\/4:first-child{
    --tw-translate-y: 50% !important;
  }

  .sm\:first\:translate-y-3\/4:first-child{
    --tw-translate-y: 75% !important;
  }

  .sm\:first\:translate-y-full:first-child{
    --tw-translate-y: 100% !important;
  }

  .sm\:first\:-translate-y-1\/2:first-child{
    --tw-translate-y: -50% !important;
  }

  .sm\:first\:-translate-y-1\/3:first-child{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:first\:-translate-y-2\/3:first-child{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:first\:-translate-y-1\/4:first-child{
    --tw-translate-y: -25% !important;
  }

  .sm\:first\:-translate-y-2\/4:first-child{
    --tw-translate-y: -50% !important;
  }

  .sm\:first\:-translate-y-3\/4:first-child{
    --tw-translate-y: -75% !important;
  }

  .sm\:first\:-translate-y-full:first-child{
    --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-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-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: 12rem !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-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-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: -12rem !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-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-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: 12rem !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-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-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: -12rem !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-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-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: 12rem !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-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-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: -12rem !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-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-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: 12rem !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-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-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: -12rem !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\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none{
    animation: none !important;
  }

  .sm\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    animation: bounce 1s infinite !important;
  }

  .sm\:cursor-auto{
    cursor: auto !important;
  }

  .sm\:cursor{
    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\:disabled\:cursor-auto:disabled{
    cursor: auto !important;
  }

  .sm\:disabled\:cursor:disabled{
    cursor: DEFAULT !important;
  }

  .sm\:disabled\:cursor-pointer:disabled{
    cursor: pointer !important;
  }

  .sm\:disabled\:cursor-wait:disabled{
    cursor: wait !important;
  }

  .sm\:disabled\:cursor-text:disabled{
    cursor: text !important;
  }

  .sm\:disabled\:cursor-move:disabled{
    cursor: move !important;
  }

  .sm\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all{
    -webkit-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto{
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:resize-none{
    resize: none !important;
  }

  .sm\:resize-y{
    resize: vertical !important;
  }

  .sm\:resize-x{
    resize: horizontal !important;
  }

  .sm\:resize{
    resize: both !important;
  }

  .sm\:list-inside{
    list-style-position: inside !important;
  }

  .sm\:list-outside{
    list-style-position: outside !important;
  }

  .sm\:list-none{
    list-style-type: none !important;
  }

  .sm\:list-disc{
    list-style-type: disc !important;
  }

  .sm\:list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:appearance-none{
    appearance: none !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:flex-row{
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .sm\:place-content-center{
    place-content: center !important;
  }

  .sm\:place-content-start{
    place-content: start !important;
  }

  .sm\:place-content-end{
    place-content: end !important;
  }

  .sm\:place-content-between{
    place-content: space-between !important;
  }

  .sm\:place-content-around{
    place-content: space-around !important;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:place-items-start{
    place-items: start !important;
  }

  .sm\:place-items-end{
    place-items: end !important;
  }

  .sm\:place-items-center{
    place-items: center !important;
  }

  .sm\:place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:content-center{
    align-content: center !important;
  }

  .sm\:content-start{
    align-content: flex-start !important;
  }

  .sm\:content-end{
    align-content: flex-end !important;
  }

  .sm\:content-between{
    align-content: space-between !important;
  }

  .sm\:content-around{
    align-content: space-around !important;
  }

  .sm\:content-evenly{
    align-content: space-evenly !important;
  }

  .sm\:items-start{
    align-items: flex-start !important;
  }

  .sm\:items-end{
    align-items: flex-end !important;
  }

  .sm\:items-center{
    align-items: center !important;
  }

  .sm\:items-baseline{
    align-items: baseline !important;
  }

  .sm\:items-stretch{
    align-items: stretch !important;
  }

  .sm\:justify-start{
    justify-content: flex-start !important;
  }

  .sm\:justify-end{
    justify-content: flex-end !important;
  }

  .sm\:justify-center{
    justify-content: center !important;
  }

  .sm\:justify-between{
    justify-content: space-between !important;
  }

  .sm\:justify-around{
    justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:justify-items-start{
    justify-items: start !important;
  }

  .sm\:justify-items-end{
    justify-items: end !important;
  }

  .sm\:justify-items-center{
    justify-items: center !important;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:gap-0{
    gap: 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-11{
    gap: 2.75rem !important;
  }

  .sm\:gap-12{
    gap: 3rem !important;
  }

  .sm\:gap-16{
    gap: 4rem !important;
  }

  .sm\:gap-20{
    gap: 5rem !important;
  }

  .sm\:gap-24{
    gap: 6rem !important;
  }

  .sm\:gap-32{
    gap: 8rem !important;
  }

  .sm\:gap-40{
    gap: 10rem !important;
  }

  .sm\:gap-48{
    gap: 12rem !important;
  }

  .sm\:gap-56{
    gap: 14rem !important;
  }

  .sm\:gap-64{
    gap: 16rem !important;
  }

  .sm\:gap-px{
    gap: 1px !important;
  }

  .sm\:gap-x-0{
    column-gap: 0 !important;
  }

  .sm\:gap-x-1{
    column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8{
    column-gap: 2rem !important;
  }

  .sm\:gap-x-10{
    column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11{
    column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12{
    column-gap: 3rem !important;
  }

  .sm\:gap-x-16{
    column-gap: 4rem !important;
  }

  .sm\:gap-x-20{
    column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    column-gap: 6rem !important;
  }

  .sm\:gap-x-32{
    column-gap: 8rem !important;
  }

  .sm\:gap-x-40{
    column-gap: 10rem !important;
  }

  .sm\:gap-x-48{
    column-gap: 12rem !important;
  }

  .sm\:gap-x-56{
    column-gap: 14rem !important;
  }

  .sm\:gap-x-64{
    column-gap: 16rem !important;
  }

  .sm\:gap-x-px{
    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-11{
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12{
    row-gap: 3rem !important;
  }

  .sm\:gap-y-16{
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20{
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    row-gap: 6rem !important;
  }

  .sm\:gap-y-32{
    row-gap: 8rem !important;
  }

  .sm\:gap-y-40{
    row-gap: 10rem !important;
  }

  .sm\:gap-y-48{
    row-gap: 12rem !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\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-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-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-1 > :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-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-dark-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-dark-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-dark-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-dark-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-e4e > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .sm\:place-self-auto{
    place-self: auto !important;
  }

  .sm\:place-self-start{
    place-self: start !important;
  }

  .sm\:place-self-end{
    place-self: end !important;
  }

  .sm\:place-self-center{
    place-self: center !important;
  }

  .sm\:place-self-stretch{
    place-self: stretch !important;
  }

  .sm\:self-auto{
    align-self: auto !important;
  }

  .sm\:self-start{
    align-self: flex-start !important;
  }

  .sm\:self-end{
    align-self: flex-end !important;
  }

  .sm\:self-center{
    align-self: center !important;
  }

  .sm\:self-stretch{
    align-self: stretch !important;
  }

  .sm\:self-baseline{
    align-self: baseline !important;
  }

  .sm\:justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:justify-self-start{
    justify-self: start !important;
  }

  .sm\:justify-self-end{
    justify-self: end !important;
  }

  .sm\:justify-self-center{
    justify-self: center !important;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:overflow-auto{
    overflow: auto !important;
  }

  .sm\:overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:overflow-visible{
    overflow: visible !important;
  }

  .sm\:overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip{
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre{
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !important;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:rounded{
    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-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !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-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-0{
    border-width: 0 !important;
  }

  .sm\:border-1{
    border-width: 1px !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: 0 !important;
  }

  .sm\:border-t-1{
    border-top-width: 1px !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:border-r-1{
    border-right-width: 1px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:border-l-1{
    border-left-width: 1px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !important;
  }

  .sm\:border-solid{
    border-style: solid !important;
  }

  .sm\:border-dashed{
    border-style: dashed !important;
  }

  .sm\:border-dotted{
    border-style: dotted !important;
  }

  .sm\:border-double{
    border-style: double !important;
  }

  .sm\:border-none{
    border-style: none !important;
  }

  .sm\:border-transparent{
    border-color: transparent !important;
  }

  .sm\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-dark-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-dark-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-dark-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-dark-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-e4e{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-dark-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-dark-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-dark-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-e4e:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-dark-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-dark-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-dark-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-e4e:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !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-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !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-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-dark-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-dark-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-dark-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-e4e:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-dark-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-dark-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-dark-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-e4e:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .sm\:group-focus\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-transparent:active{
    background-color: transparent !important;
  }

  .sm\:active\:bg-black:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-white:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-dark-50:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-dark-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-dark-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-dark-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-gray-e4e:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-red-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-green-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-teal-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-indigo-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:bg-pink-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-transparent:disabled{
    background-color: transparent !important;
  }

  .sm\:disabled\:bg-black:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-white:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-dark-50:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-dark-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-dark-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-dark-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-gray-e4e:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-red-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-orange-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-yellow-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-green-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-teal-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-blue-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-indigo-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-purple-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:disabled\:bg-pink-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !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-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !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-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\: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-gray-dark-50{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:from-gray-dark-100{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:from-gray-dark-200{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:from-gray-dark-700{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:from-gray-e4e{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:from-teal-500{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:from-blue-500{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-dark-50:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-gray-dark-100:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:from-gray-dark-200:hover{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:hover\:from-gray-dark-700:hover{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:from-gray-e4e:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:from-teal-500:hover{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:hover\:from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-dark-50:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-gray-dark-100:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:from-gray-dark-200:focus{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:focus\:from-gray-dark-700:focus{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:from-gray-e4e:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:from-teal-500:focus{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:focus\:from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-dark-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:via-gray-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:via-gray-dark-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:via-gray-dark-700{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:via-gray-e4e{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-dark-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-gray-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:via-gray-dark-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:hover\:via-gray-dark-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:via-gray-e4e:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:hover\:via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-dark-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-gray-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:via-gray-dark-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .sm\:focus\:via-gray-dark-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:via-gray-e4e:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .sm\:focus\:via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 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-gray-dark-50{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:to-gray-dark-100{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:to-gray-dark-200{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .sm\:to-gray-dark-700{
    --tw-gradient-to: #979797 !important;
  }

  .sm\:to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:to-gray-e4e{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:to-teal-500{
    --tw-gradient-to: #30CED0 !important;
  }

  .sm\:to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:to-blue-500{
    --tw-gradient-to: #3A98DC !important;
  }

  .sm\:to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:to-pink-900{
    --tw-gradient-to: #702459 !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-gray-dark-50:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:hover\:to-gray-dark-100:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:hover\:to-gray-dark-200:hover{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .sm\:hover\:to-gray-dark-700:hover{
    --tw-gradient-to: #979797 !important;
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:hover\:to-gray-e4e:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:hover\:to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:hover\:to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:hover\:to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:hover\:to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:hover\:to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:hover\:to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:hover\:to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:hover\:to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:hover\:to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:hover\:to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:hover\:to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:hover\:to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:hover\:to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:hover\:to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:hover\:to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:hover\:to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:hover\:to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:hover\:to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:hover\:to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:hover\:to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:hover\:to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:hover\:to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:hover\:to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:hover\:to-teal-500:hover{
    --tw-gradient-to: #30CED0 !important;
  }

  .sm\:hover\:to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:hover\:to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:hover\:to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:hover\:to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:hover\:to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3A98DC !important;
  }

  .sm\:hover\:to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:hover\:to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:hover\:to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:hover\:to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:hover\:to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:hover\:to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:hover\:to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:hover\:to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:hover\:to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:hover\:to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:hover\:to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:hover\:to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:hover\:to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:hover\:to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:hover\:to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:hover\:to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:hover\:to-pink-900:hover{
    --tw-gradient-to: #702459 !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-gray-dark-50:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .sm\:focus\:to-gray-dark-100:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:focus\:to-gray-dark-200:focus{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .sm\:focus\:to-gray-dark-700:focus{
    --tw-gradient-to: #979797 !important;
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:focus\:to-gray-e4e:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:focus\:to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:focus\:to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:focus\:to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:focus\:to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:focus\:to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:focus\:to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:focus\:to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:focus\:to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:focus\:to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:focus\:to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:focus\:to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:focus\:to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:focus\:to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:focus\:to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:focus\:to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:focus\:to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:focus\:to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:focus\:to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:focus\:to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:focus\:to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:focus\:to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:focus\:to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:focus\:to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:focus\:to-teal-500:focus{
    --tw-gradient-to: #30CED0 !important;
  }

  .sm\:focus\:to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:focus\:to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:focus\:to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:focus\:to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:focus\:to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3A98DC !important;
  }

  .sm\:focus\:to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:focus\:to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:focus\:to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:focus\:to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:focus\:to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:focus\:to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:focus\:to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:focus\:to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:focus\:to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:focus\:to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:focus\:to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:focus\:to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:focus\:to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:focus\:to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:focus\:to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:focus\:to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:focus\:to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .sm\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:bg-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{
    background-clip: text !important;
  }

  .sm\:bg-bottom{
    background-position: bottom !important;
  }

  .sm\:bg-center{
    background-position: center !important;
  }

  .sm\:bg-left{
    background-position: left !important;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:bg-left-top{
    background-position: left top !important;
  }

  .sm\:bg-right{
    background-position: right !important;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:bg-right-top{
    background-position: right top !important;
  }

  .sm\:bg-top{
    background-position: top !important;
  }

  .sm\:bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:bg-origin-border{
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content{
    background-origin: content-box !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:object-contain{
    object-fit: contain !important;
  }

  .sm\:object-cover{
    object-fit: cover !important;
  }

  .sm\:object-fill{
    object-fit: fill !important;
  }

  .sm\:object-none{
    object-fit: none !important;
  }

  .sm\:object-scale-down{
    object-fit: scale-down !important;
  }

  .sm\:object-bottom{
    object-position: bottom !important;
  }

  .sm\:object-center{
    object-position: center !important;
  }

  .sm\:object-left{
    object-position: left !important;
  }

  .sm\:object-left-bottom{
    object-position: left bottom !important;
  }

  .sm\:object-left-top{
    object-position: left top !important;
  }

  .sm\:object-right{
    object-position: right !important;
  }

  .sm\:object-right-bottom{
    object-position: right bottom !important;
  }

  .sm\:object-right-top{
    object-position: right top !important;
  }

  .sm\:object-top{
    object-position: top !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-11{
    padding: 2.75rem !important;
  }

  .sm\:p-12{
    padding: 3rem !important;
  }

  .sm\:p-16{
    padding: 4rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-24{
    padding: 6rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-48{
    padding: 12rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:pt-0{
    padding-top: 0 !important;
  }

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pt-4{
    padding-top: 1rem !important;
  }

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:pt-8{
    padding-top: 2rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pt-11{
    padding-top: 2.75rem !important;
  }

  .sm\:pt-12{
    padding-top: 3rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pt-24{
    padding-top: 6rem !important;
  }

  .sm\:pt-32{
    padding-top: 8rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pt-48{
    padding-top: 12rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pr-0{
    padding-right: 0 !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pr-4{
    padding-right: 1rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:pr-8{
    padding-right: 2rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pr-11{
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12{
    padding-right: 3rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pr-48{
    padding-right: 12rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .sm\:pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pl-0{
    padding-left: 0 !important;
  }

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:pl-4{
    padding-left: 1rem !important;
  }

  .sm\:pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:pl-11{
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pl-48{
    padding-left: 12rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:text-left{
    text-align: left !important;
  }

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:align-top{
    vertical-align: top !important;
  }

  .sm\:align-middle{
    vertical-align: middle !important;
  }

  .sm\:align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:font-sans{
    font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:text-2xs{
    font-size: 0.5rem !important;
  }

  .sm\:text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:text-sm{
    font-size: 0.875rem !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.5rem !important;
  }

  .sm\:text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl{
    font-size: 3rem !important;
  }

  .sm\:text-6xl{
    font-size: 4rem !important;
  }

  .sm\:font-hairline{
    font-weight: 100 !important;
  }

  .sm\:font-thin{
    font-weight: 200 !important;
  }

  .sm\:font-light{
    font-weight: 300 !important;
  }

  .sm\:font-normal{
    font-weight: 400 !important;
  }

  .sm\:font-medium{
    font-weight: 500 !important;
  }

  .sm\:font-semibold{
    font-weight: 600 !important;
  }

  .sm\:font-bold{
    font-weight: 700 !important;
  }

  .sm\:font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:uppercase{
    text-transform: uppercase !important;
  }

  .sm\:lowercase{
    text-transform: lowercase !important;
  }

  .sm\:capitalize{
    text-transform: capitalize !important;
  }

  .sm\:normal-case{
    text-transform: none !important;
  }

  .sm\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-none{
    line-height: 1 !important;
  }

  .sm\:leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:leading-loose{
    line-height: 2 !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\: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-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-dark-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-dark-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-dark-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-e4e:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-dark-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-dark-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-dark-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-e4e:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !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-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !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-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dark-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dark-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dark-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dark-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e4e::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !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::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dark-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dark-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dark-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dark-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e4e:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-dark-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-dark-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-dark-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-dark-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-e4e{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-dark-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-dark-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-dark-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-e4e:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-dark-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-dark-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-dark-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-e4e:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !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-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !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-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:ring-offset-gray-dark-50{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:ring-offset-gray-dark-100{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:ring-offset-gray-dark-200{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .sm\:ring-offset-gray-dark-700{
    --tw-ring-offset-color: #979797 !important;
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:ring-offset-gray-e4e{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:ring-offset-teal-500{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .sm\:ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:ring-offset-blue-500{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .sm\:ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:focus-within\:ring-offset-gray-dark-100:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:focus-within\:ring-offset-gray-dark-200:focus-within{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .sm\:focus-within\:ring-offset-gray-dark-700:focus-within{
    --tw-ring-offset-color: #979797 !important;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:focus-within\:ring-offset-gray-e4e:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:focus-within\:ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:focus-within\:ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:focus-within\:ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:focus-within\:ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:focus-within\:ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .sm\:focus-within\:ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:focus-within\:ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:focus-within\:ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:focus-within\:ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .sm\:focus\:ring-offset-gray-dark-100:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:focus\:ring-offset-gray-dark-200:focus{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .sm\:focus\:ring-offset-gray-dark-700:focus{
    --tw-ring-offset-color: #979797 !important;
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:focus\:ring-offset-gray-e4e:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:focus\:ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:focus\:ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:focus\:ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:focus\:ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:focus\:ring-offset-teal-500:focus{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .sm\:focus\:ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:focus\:ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:focus\:ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:focus\:ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .sm\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:filter-none{
    filter: none !important;
  }

  .sm\:hover\:filter:hover{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:hover\:filter-none:hover{
    filter: none !important;
  }

  .sm\:focus\:filter:focus{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:focus\:filter-none:focus{
    filter: none !important;
  }

  .group:hover .sm\:group-hover\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .group:hover .sm\:group-hover\:filter-none{
    filter: none !important;
  }

  .sm\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur{
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .sm\:invert{
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none{
    transition-property: none !important;
  }

  .sm\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:delay-75{
    transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm\:duration-75{
    transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm\:ease-linear{
    transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:filter-none{
    filter: none !important;
  }

  .sm\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .sm\:filter-invert{
    filter: invert(1) !important;
  }

  .sm\:filter-sepia{
    filter: sepia(1) !important;
  }

  .sm\:filter-brightness{
    filter: brightness(1) !important;
  }

  .sm\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }

  .sm\:hover\:filter-none:hover{
    filter: none !important;
  }

  .sm\:hover\:filter-grayscale:hover{
    filter: grayscale(1) !important;
  }

  .sm\:hover\:filter-invert:hover{
    filter: invert(1) !important;
  }

  .sm\:hover\:filter-sepia:hover{
    filter: sepia(1) !important;
  }

  .sm\:hover\:filter-brightness:hover{
    filter: brightness(1) !important;
  }

  .sm\:hover\:filter-white-overlay:hover{
    filter: brightness(0) invert(1) !important;
  }

  .sm\:focus\:filter-none:focus{
    filter: none !important;
  }

  .sm\:focus\:filter-grayscale:focus{
    filter: grayscale(1) !important;
  }

  .sm\:focus\:filter-invert:focus{
    filter: invert(1) !important;
  }

  .sm\:focus\:filter-sepia:focus{
    filter: sepia(1) !important;
  }

  .sm\:focus\:filter-brightness:focus{
    filter: brightness(1) !important;
  }

  .sm\:focus\:filter-white-overlay:focus{
    filter: brightness(0) invert(1) !important;
  }

  .group:hover .sm\:group-hover\:filter-none{
    filter: none !important;
  }

  .group:hover .sm\:group-hover\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .group:hover .sm\:group-hover\:filter-invert{
    filter: invert(1) !important;
  }

  .group:hover .sm\:group-hover\:filter-sepia{
    filter: sepia(1) !important;
  }

  .group:hover .sm\:group-hover\:filter-brightness{
    filter: brightness(1) !important;
  }

  .group:hover .sm\:group-hover\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }
}

@media (min-width: 960px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 960px){
    .md\:container{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .md\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }

  .md\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !important;
  }

  .md\:static{
    position: static !important;
  }

  .md\:fixed{
    position: fixed !important;
  }

  .md\:absolute{
    position: absolute !important;
  }

  .md\:relative{
    position: relative !important;
  }

  .md\:sticky{
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .md\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:top-0{
    top: 0 !important;
  }

  .md\:top-1\/2{
    top: 50% !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:right-0{
    right: 0 !important;
  }

  .md\:right-1\/2{
    right: 50% !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:bottom-0{
    bottom: 0 !important;
  }

  .md\:bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:left-0{
    left: 0 !important;
  }

  .md\:left-1\/2{
    left: 50% !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:isolate{
    isolation: isolate !important;
  }

  .md\:isolation-auto{
    isolation: auto !important;
  }

  .md\:z-0{
    z-index: 0 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

  .md\:z-30{
    z-index: 30 !important;
  }

  .md\:z-40{
    z-index: 40 !important;
  }

  .md\:z-50{
    z-index: 50 !important;
  }

  .md\:z-70{
    z-index: 70 !important;
  }

  .md\:z-80{
    z-index: 80 !important;
  }

  .md\:z-90{
    z-index: 90 !important;
  }

  .md\:z-100{
    z-index: 100 !important;
  }

  .md\:z-auto{
    z-index: auto !important;
  }

  .md\:order-1{
    order: 1 !important;
  }

  .md\:order-2{
    order: 2 !important;
  }

  .md\:order-3{
    order: 3 !important;
  }

  .md\:order-4{
    order: 4 !important;
  }

  .md\:order-5{
    order: 5 !important;
  }

  .md\:order-6{
    order: 6 !important;
  }

  .md\:order-7{
    order: 7 !important;
  }

  .md\:order-8{
    order: 8 !important;
  }

  .md\:order-9{
    order: 9 !important;
  }

  .md\:order-10{
    order: 10 !important;
  }

  .md\:order-11{
    order: 11 !important;
  }

  .md\:order-12{
    order: 12 !important;
  }

  .md\:order-first{
    order: -9999 !important;
  }

  .md\:order-last{
    order: 9999 !important;
  }

  .md\:order-none{
    order: 0 !important;
  }

  .md\:col-auto{
    grid-column: auto !important;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:row-auto{
    grid-row: auto !important;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto{
    grid-row-end: auto !important;
  }

  .md\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !important;
  }

  .md\:clear-left{
    clear: left !important;
  }

  .md\:clear-right{
    clear: right !important;
  }

  .md\:clear-both{
    clear: both !important;
  }

  .md\:clear-none{
    clear: none !important;
  }

  .md\:m-0{
    margin: 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-11{
    margin: 2.75rem !important;
  }

  .md\:m-12{
    margin: 3rem !important;
  }

  .md\:m-16{
    margin: 4rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-24{
    margin: 6rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-48{
    margin: 12rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:-m-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-11{
    margin: -2.75rem !important;
  }

  .md\:-m-12{
    margin: -3rem !important;
  }

  .md\:-m-16{
    margin: -4rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-24{
    margin: -6rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-48{
    margin: -12rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

  .md\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:mt-0{
    margin-top: 0 !important;
  }

  .md\:mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mt-11{
    margin-top: 2.75rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mt-48{
    margin-top: 12rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mt-48{
    margin-top: -12rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:mr-0{
    margin-right: 0 !important;
  }

  .md\:mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mr-11{
    margin-right: 2.75rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mr-48{
    margin-right: 12rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mr-48{
    margin-right: -12rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:mb-0{
    margin-bottom: 0 !important;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:ml-0{
    margin-left: 0 !important;
  }

  .md\:ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:ml-11{
    margin-left: 2.75rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:ml-48{
    margin-left: 12rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-ml-48{
    margin-left: -12rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:box-border{
    box-sizing: border-box !important;
  }

  .md\:box-content{
    box-sizing: content-box !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:inline-flex{
    display: inline-flex !important;
  }

  .md\:table{
    display: table !important;
  }

  .md\:inline-table{
    display: inline-table !important;
  }

  .md\:table-caption{
    display: table-caption !important;
  }

  .md\:table-cell{
    display: table-cell !important;
  }

  .md\:table-column{
    display: table-column !important;
  }

  .md\:table-column-group{
    display: table-column-group !important;
  }

  .md\:table-footer-group{
    display: table-footer-group !important;
  }

  .md\:table-header-group{
    display: table-header-group !important;
  }

  .md\:table-row-group{
    display: table-row-group !important;
  }

  .md\:table-row{
    display: table-row !important;
  }

  .md\:flow-root{
    display: flow-root !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:inline-grid{
    display: inline-grid !important;
  }

  .md\:contents{
    display: contents !important;
  }

  .md\:list-item{
    display: list-item !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:h-0{
    height: 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-11{
    height: 2.75rem !important;
  }

  .md\:h-12{
    height: 3rem !important;
  }

  .md\:h-16{
    height: 4rem !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-24{
    height: 6rem !important;
  }

  .md\:h-32{
    height: 8rem !important;
  }

  .md\:h-40{
    height: 10rem !important;
  }

  .md\:h-48{
    height: 12rem !important;
  }

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-h-xs{
    max-height: 20rem !important;
  }

  .md\:max-h-sm{
    max-height: 24rem !important;
  }

  .md\:max-h-md{
    max-height: 28rem !important;
  }

  .md\:max-h-lg{
    max-height: 32rem !important;
  }

  .md\:max-h-xl{
    max-height: 36rem !important;
  }

  .md\:max-h-2xl{
    max-height: 42rem !important;
  }

  .md\:max-h-3xl{
    max-height: 48rem !important;
  }

  .md\:max-h-4xl{
    max-height: 56rem !important;
  }

  .md\:max-h-5xl{
    max-height: 64rem !important;
  }

  .md\:max-h-6xl{
    max-height: 72rem !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-11{
    min-height: 2.75rem !important;
  }

  .md\:min-h-12{
    min-height: 3rem !important;
  }

  .md\:min-h-16{
    min-height: 4rem !important;
  }

  .md\:min-h-20{
    min-height: 5rem !important;
  }

  .md\:min-h-24{
    min-height: 6rem !important;
  }

  .md\:min-h-32{
    min-height: 8rem !important;
  }

  .md\:min-h-40{
    min-height: 10rem !important;
  }

  .md\:min-h-48{
    min-height: 12rem !important;
  }

  .md\:min-h-56{
    min-height: 14rem !important;
  }

  .md\:min-h-64{
    min-height: 16rem !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !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-11{
    width: 2.75rem !important;
  }

  .md\:w-12{
    width: 3rem !important;
  }

  .md\:w-16{
    width: 4rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-24{
    width: 6rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-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-w-min{
    width: min-content !important;
  }

  .md\:w-w-max{
    width: max-content !important;
  }

  .md\:min-w-0{
    min-width: 0 !important;
  }

  .md\:min-w-1{
    min-width: 0.25rem !important;
  }

  .md\:min-w-2{
    min-width: 0.5rem !important;
  }

  .md\:min-w-3{
    min-width: 0.75rem !important;
  }

  .md\:min-w-4{
    min-width: 1rem !important;
  }

  .md\:min-w-5{
    min-width: 1.25rem !important;
  }

  .md\:min-w-6{
    min-width: 1.5rem !important;
  }

  .md\:min-w-8{
    min-width: 2rem !important;
  }

  .md\:min-w-10{
    min-width: 2.5rem !important;
  }

  .md\:min-w-11{
    min-width: 2.75rem !important;
  }

  .md\:min-w-12{
    min-width: 3rem !important;
  }

  .md\:min-w-16{
    min-width: 4rem !important;
  }

  .md\:min-w-20{
    min-width: 5rem !important;
  }

  .md\:min-w-24{
    min-width: 6rem !important;
  }

  .md\:min-w-32{
    min-width: 8rem !important;
  }

  .md\:min-w-40{
    min-width: 10rem !important;
  }

  .md\:min-w-48{
    min-width: 12rem !important;
  }

  .md\:min-w-56{
    min-width: 14rem !important;
  }

  .md\:min-w-64{
    min-width: 16rem !important;
  }

  .md\:min-w-auto{
    min-width: auto !important;
  }

  .md\:min-w-px{
    min-width: 1px !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:flex-1{
    flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:flex-none{
    flex: none !important;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .md\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .md\:flex-grow{
    flex-grow: 1 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:origin-center{
    transform-origin: center !important;
  }

  .md\:origin-top{
    transform-origin: top !important;
  }

  .md\:origin-top-right{
    transform-origin: top right !important;
  }

  .md\:origin-right{
    transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .md\:origin-left{
    transform-origin: left !important;
  }

  .md\:origin-top-left{
    transform-origin: top left !important;
  }

  .md\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none{
    transform: none !important;
  }

  .md\:translate-x-0{
    --tw-translate-x: 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-11{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12rem !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-11{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12rem !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-11{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12rem !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-11{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12rem !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\:first\:translate-x-0:first-child{
    --tw-translate-x: 0 !important;
  }

  .md\:first\:translate-x-1:first-child{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:first\:translate-x-2:first-child{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:first\:translate-x-3:first-child{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:first\:translate-x-4:first-child{
    --tw-translate-x: 1rem !important;
  }

  .md\:first\:translate-x-5:first-child{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:first\:translate-x-6:first-child{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:first\:translate-x-8:first-child{
    --tw-translate-x: 2rem !important;
  }

  .md\:first\:translate-x-10:first-child{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:first\:translate-x-11:first-child{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:first\:translate-x-12:first-child{
    --tw-translate-x: 3rem !important;
  }

  .md\:first\:translate-x-16:first-child{
    --tw-translate-x: 4rem !important;
  }

  .md\:first\:translate-x-20:first-child{
    --tw-translate-x: 5rem !important;
  }

  .md\:first\:translate-x-24:first-child{
    --tw-translate-x: 6rem !important;
  }

  .md\:first\:translate-x-32:first-child{
    --tw-translate-x: 8rem !important;
  }

  .md\:first\:translate-x-40:first-child{
    --tw-translate-x: 10rem !important;
  }

  .md\:first\:translate-x-48:first-child{
    --tw-translate-x: 12rem !important;
  }

  .md\:first\:translate-x-56:first-child{
    --tw-translate-x: 14rem !important;
  }

  .md\:first\:translate-x-64:first-child{
    --tw-translate-x: 16rem !important;
  }

  .md\:first\:translate-x-px:first-child{
    --tw-translate-x: 1px !important;
  }

  .md\:first\:-translate-x-1:first-child{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:first\:-translate-x-2:first-child{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:first\:-translate-x-3:first-child{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:first\:-translate-x-4:first-child{
    --tw-translate-x: -1rem !important;
  }

  .md\:first\:-translate-x-5:first-child{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:first\:-translate-x-6:first-child{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:first\:-translate-x-8:first-child{
    --tw-translate-x: -2rem !important;
  }

  .md\:first\:-translate-x-10:first-child{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:first\:-translate-x-11:first-child{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:first\:-translate-x-12:first-child{
    --tw-translate-x: -3rem !important;
  }

  .md\:first\:-translate-x-16:first-child{
    --tw-translate-x: -4rem !important;
  }

  .md\:first\:-translate-x-20:first-child{
    --tw-translate-x: -5rem !important;
  }

  .md\:first\:-translate-x-24:first-child{
    --tw-translate-x: -6rem !important;
  }

  .md\:first\:-translate-x-32:first-child{
    --tw-translate-x: -8rem !important;
  }

  .md\:first\:-translate-x-40:first-child{
    --tw-translate-x: -10rem !important;
  }

  .md\:first\:-translate-x-48:first-child{
    --tw-translate-x: -12rem !important;
  }

  .md\:first\:-translate-x-56:first-child{
    --tw-translate-x: -14rem !important;
  }

  .md\:first\:-translate-x-64:first-child{
    --tw-translate-x: -16rem !important;
  }

  .md\:first\:-translate-x-px:first-child{
    --tw-translate-x: -1px !important;
  }

  .md\:first\:translate-x-1\/2:first-child{
    --tw-translate-x: 50% !important;
  }

  .md\:first\:translate-x-1\/3:first-child{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:first\:translate-x-2\/3:first-child{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:first\:translate-x-1\/4:first-child{
    --tw-translate-x: 25% !important;
  }

  .md\:first\:translate-x-2\/4:first-child{
    --tw-translate-x: 50% !important;
  }

  .md\:first\:translate-x-3\/4:first-child{
    --tw-translate-x: 75% !important;
  }

  .md\:first\:translate-x-full:first-child{
    --tw-translate-x: 100% !important;
  }

  .md\:first\:-translate-x-1\/2:first-child{
    --tw-translate-x: -50% !important;
  }

  .md\:first\:-translate-x-1\/3:first-child{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:first\:-translate-x-2\/3:first-child{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:first\:-translate-x-1\/4:first-child{
    --tw-translate-x: -25% !important;
  }

  .md\:first\:-translate-x-2\/4:first-child{
    --tw-translate-x: -50% !important;
  }

  .md\:first\:-translate-x-3\/4:first-child{
    --tw-translate-x: -75% !important;
  }

  .md\:first\:-translate-x-full:first-child{
    --tw-translate-x: -100% !important;
  }

  .md\:first\:translate-y-0:first-child{
    --tw-translate-y: 0 !important;
  }

  .md\:first\:translate-y-1:first-child{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:first\:translate-y-2:first-child{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:first\:translate-y-3:first-child{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:first\:translate-y-4:first-child{
    --tw-translate-y: 1rem !important;
  }

  .md\:first\:translate-y-5:first-child{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:first\:translate-y-6:first-child{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:first\:translate-y-8:first-child{
    --tw-translate-y: 2rem !important;
  }

  .md\:first\:translate-y-10:first-child{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:first\:translate-y-11:first-child{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:first\:translate-y-12:first-child{
    --tw-translate-y: 3rem !important;
  }

  .md\:first\:translate-y-16:first-child{
    --tw-translate-y: 4rem !important;
  }

  .md\:first\:translate-y-20:first-child{
    --tw-translate-y: 5rem !important;
  }

  .md\:first\:translate-y-24:first-child{
    --tw-translate-y: 6rem !important;
  }

  .md\:first\:translate-y-32:first-child{
    --tw-translate-y: 8rem !important;
  }

  .md\:first\:translate-y-40:first-child{
    --tw-translate-y: 10rem !important;
  }

  .md\:first\:translate-y-48:first-child{
    --tw-translate-y: 12rem !important;
  }

  .md\:first\:translate-y-56:first-child{
    --tw-translate-y: 14rem !important;
  }

  .md\:first\:translate-y-64:first-child{
    --tw-translate-y: 16rem !important;
  }

  .md\:first\:translate-y-px:first-child{
    --tw-translate-y: 1px !important;
  }

  .md\:first\:-translate-y-1:first-child{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:first\:-translate-y-2:first-child{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:first\:-translate-y-3:first-child{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:first\:-translate-y-4:first-child{
    --tw-translate-y: -1rem !important;
  }

  .md\:first\:-translate-y-5:first-child{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:first\:-translate-y-6:first-child{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:first\:-translate-y-8:first-child{
    --tw-translate-y: -2rem !important;
  }

  .md\:first\:-translate-y-10:first-child{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:first\:-translate-y-11:first-child{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:first\:-translate-y-12:first-child{
    --tw-translate-y: -3rem !important;
  }

  .md\:first\:-translate-y-16:first-child{
    --tw-translate-y: -4rem !important;
  }

  .md\:first\:-translate-y-20:first-child{
    --tw-translate-y: -5rem !important;
  }

  .md\:first\:-translate-y-24:first-child{
    --tw-translate-y: -6rem !important;
  }

  .md\:first\:-translate-y-32:first-child{
    --tw-translate-y: -8rem !important;
  }

  .md\:first\:-translate-y-40:first-child{
    --tw-translate-y: -10rem !important;
  }

  .md\:first\:-translate-y-48:first-child{
    --tw-translate-y: -12rem !important;
  }

  .md\:first\:-translate-y-56:first-child{
    --tw-translate-y: -14rem !important;
  }

  .md\:first\:-translate-y-64:first-child{
    --tw-translate-y: -16rem !important;
  }

  .md\:first\:-translate-y-px:first-child{
    --tw-translate-y: -1px !important;
  }

  .md\:first\:translate-y-1\/2:first-child{
    --tw-translate-y: 50% !important;
  }

  .md\:first\:translate-y-1\/3:first-child{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:first\:translate-y-2\/3:first-child{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:first\:translate-y-1\/4:first-child{
    --tw-translate-y: 25% !important;
  }

  .md\:first\:translate-y-2\/4:first-child{
    --tw-translate-y: 50% !important;
  }

  .md\:first\:translate-y-3\/4:first-child{
    --tw-translate-y: 75% !important;
  }

  .md\:first\:translate-y-full:first-child{
    --tw-translate-y: 100% !important;
  }

  .md\:first\:-translate-y-1\/2:first-child{
    --tw-translate-y: -50% !important;
  }

  .md\:first\:-translate-y-1\/3:first-child{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:first\:-translate-y-2\/3:first-child{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:first\:-translate-y-1\/4:first-child{
    --tw-translate-y: -25% !important;
  }

  .md\:first\:-translate-y-2\/4:first-child{
    --tw-translate-y: -50% !important;
  }

  .md\:first\:-translate-y-3\/4:first-child{
    --tw-translate-y: -75% !important;
  }

  .md\:first\:-translate-y-full:first-child{
    --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-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-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: 12rem !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-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-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: -12rem !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-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-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: 12rem !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-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-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: -12rem !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-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-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: 12rem !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-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-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: -12rem !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-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-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: 12rem !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-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-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: -12rem !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\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none{
    animation: none !important;
  }

  .md\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    animation: bounce 1s infinite !important;
  }

  .md\:cursor-auto{
    cursor: auto !important;
  }

  .md\:cursor{
    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\:disabled\:cursor-auto:disabled{
    cursor: auto !important;
  }

  .md\:disabled\:cursor:disabled{
    cursor: DEFAULT !important;
  }

  .md\:disabled\:cursor-pointer:disabled{
    cursor: pointer !important;
  }

  .md\:disabled\:cursor-wait:disabled{
    cursor: wait !important;
  }

  .md\:disabled\:cursor-text:disabled{
    cursor: text !important;
  }

  .md\:disabled\:cursor-move:disabled{
    cursor: move !important;
  }

  .md\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all{
    -webkit-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto{
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:resize-none{
    resize: none !important;
  }

  .md\:resize-y{
    resize: vertical !important;
  }

  .md\:resize-x{
    resize: horizontal !important;
  }

  .md\:resize{
    resize: both !important;
  }

  .md\:list-inside{
    list-style-position: inside !important;
  }

  .md\:list-outside{
    list-style-position: outside !important;
  }

  .md\:list-none{
    list-style-type: none !important;
  }

  .md\:list-disc{
    list-style-type: disc !important;
  }

  .md\:list-decimal{
    list-style-type: decimal !important;
  }

  .md\:appearance-none{
    appearance: none !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:flex-row{
    flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md\:place-content-center{
    place-content: center !important;
  }

  .md\:place-content-start{
    place-content: start !important;
  }

  .md\:place-content-end{
    place-content: end !important;
  }

  .md\:place-content-between{
    place-content: space-between !important;
  }

  .md\:place-content-around{
    place-content: space-around !important;
  }

  .md\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch{
    place-content: stretch !important;
  }

  .md\:place-items-start{
    place-items: start !important;
  }

  .md\:place-items-end{
    place-items: end !important;
  }

  .md\:place-items-center{
    place-items: center !important;
  }

  .md\:place-items-stretch{
    place-items: stretch !important;
  }

  .md\:content-center{
    align-content: center !important;
  }

  .md\:content-start{
    align-content: flex-start !important;
  }

  .md\:content-end{
    align-content: flex-end !important;
  }

  .md\:content-between{
    align-content: space-between !important;
  }

  .md\:content-around{
    align-content: space-around !important;
  }

  .md\:content-evenly{
    align-content: space-evenly !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:items-end{
    align-items: flex-end !important;
  }

  .md\:items-center{
    align-items: center !important;
  }

  .md\:items-baseline{
    align-items: baseline !important;
  }

  .md\:items-stretch{
    align-items: stretch !important;
  }

  .md\:justify-start{
    justify-content: flex-start !important;
  }

  .md\:justify-end{
    justify-content: flex-end !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:justify-around{
    justify-content: space-around !important;
  }

  .md\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:justify-items-start{
    justify-items: start !important;
  }

  .md\:justify-items-end{
    justify-items: end !important;
  }

  .md\:justify-items-center{
    justify-items: center !important;
  }

  .md\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:gap-0{
    gap: 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-11{
    gap: 2.75rem !important;
  }

  .md\:gap-12{
    gap: 3rem !important;
  }

  .md\:gap-16{
    gap: 4rem !important;
  }

  .md\:gap-20{
    gap: 5rem !important;
  }

  .md\:gap-24{
    gap: 6rem !important;
  }

  .md\:gap-32{
    gap: 8rem !important;
  }

  .md\:gap-40{
    gap: 10rem !important;
  }

  .md\:gap-48{
    gap: 12rem !important;
  }

  .md\:gap-56{
    gap: 14rem !important;
  }

  .md\:gap-64{
    gap: 16rem !important;
  }

  .md\:gap-px{
    gap: 1px !important;
  }

  .md\:gap-x-0{
    column-gap: 0 !important;
  }

  .md\:gap-x-1{
    column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    column-gap: 1.5rem !important;
  }

  .md\:gap-x-8{
    column-gap: 2rem !important;
  }

  .md\:gap-x-10{
    column-gap: 2.5rem !important;
  }

  .md\:gap-x-11{
    column-gap: 2.75rem !important;
  }

  .md\:gap-x-12{
    column-gap: 3rem !important;
  }

  .md\:gap-x-16{
    column-gap: 4rem !important;
  }

  .md\:gap-x-20{
    column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    column-gap: 6rem !important;
  }

  .md\:gap-x-32{
    column-gap: 8rem !important;
  }

  .md\:gap-x-40{
    column-gap: 10rem !important;
  }

  .md\:gap-x-48{
    column-gap: 12rem !important;
  }

  .md\:gap-x-56{
    column-gap: 14rem !important;
  }

  .md\:gap-x-64{
    column-gap: 16rem !important;
  }

  .md\:gap-x-px{
    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-11{
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12{
    row-gap: 3rem !important;
  }

  .md\:gap-y-16{
    row-gap: 4rem !important;
  }

  .md\:gap-y-20{
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    row-gap: 6rem !important;
  }

  .md\:gap-y-32{
    row-gap: 8rem !important;
  }

  .md\:gap-y-40{
    row-gap: 10rem !important;
  }

  .md\:gap-y-48{
    row-gap: 12rem !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\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-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-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-1 > :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-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-dark-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-dark-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-dark-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-dark-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-e4e > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .md\:place-self-auto{
    place-self: auto !important;
  }

  .md\:place-self-start{
    place-self: start !important;
  }

  .md\:place-self-end{
    place-self: end !important;
  }

  .md\:place-self-center{
    place-self: center !important;
  }

  .md\:place-self-stretch{
    place-self: stretch !important;
  }

  .md\:self-auto{
    align-self: auto !important;
  }

  .md\:self-start{
    align-self: flex-start !important;
  }

  .md\:self-end{
    align-self: flex-end !important;
  }

  .md\:self-center{
    align-self: center !important;
  }

  .md\:self-stretch{
    align-self: stretch !important;
  }

  .md\:self-baseline{
    align-self: baseline !important;
  }

  .md\:justify-self-auto{
    justify-self: auto !important;
  }

  .md\:justify-self-start{
    justify-self: start !important;
  }

  .md\:justify-self-end{
    justify-self: end !important;
  }

  .md\:justify-self-center{
    justify-self: center !important;
  }

  .md\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:overflow-auto{
    overflow: auto !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:overflow-visible{
    overflow: visible !important;
  }

  .md\:overflow-scroll{
    overflow: scroll !important;
  }

  .md\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip{
    text-overflow: clip !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .md\:whitespace-pre{
    white-space: pre !important;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:rounded-none{
    border-radius: 0 !important;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:rounded{
    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-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !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-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-0{
    border-width: 0 !important;
  }

  .md\:border-1{
    border-width: 1px !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: 0 !important;
  }

  .md\:border-t-1{
    border-top-width: 1px !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r-0{
    border-right-width: 0 !important;
  }

  .md\:border-r-1{
    border-right-width: 1px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0{
    border-left-width: 0 !important;
  }

  .md\:border-l-1{
    border-left-width: 1px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:border-solid{
    border-style: solid !important;
  }

  .md\:border-dashed{
    border-style: dashed !important;
  }

  .md\:border-dotted{
    border-style: dotted !important;
  }

  .md\:border-double{
    border-style: double !important;
  }

  .md\:border-none{
    border-style: none !important;
  }

  .md\:border-transparent{
    border-color: transparent !important;
  }

  .md\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-dark-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-dark-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-dark-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-dark-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-e4e{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-dark-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-dark-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-dark-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-e4e:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-dark-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-dark-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-dark-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-e4e:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !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-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !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-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-dark-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-dark-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-dark-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-e4e:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-dark-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-dark-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-dark-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-e4e:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .md\:group-focus\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-transparent:active{
    background-color: transparent !important;
  }

  .md\:active\:bg-black:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-white:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-dark-50:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-dark-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-dark-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-dark-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-gray-e4e:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-red-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-green-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-teal-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-blue-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-indigo-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:bg-pink-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-transparent:disabled{
    background-color: transparent !important;
  }

  .md\:disabled\:bg-black:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-white:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-dark-50:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-dark-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-dark-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-dark-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-gray-e4e:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-red-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-orange-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-yellow-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-green-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-teal-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-blue-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-indigo-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-purple-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:disabled\:bg-pink-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !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-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !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-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\: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-gray-dark-50{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:from-gray-dark-100{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:from-gray-dark-200{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:from-gray-dark-700{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:from-gray-200{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:from-gray-e4e{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:from-teal-500{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:from-blue-500{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-dark-50:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:from-gray-dark-100:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:from-gray-dark-200:hover{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:hover\:from-gray-dark-700:hover{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:from-gray-e4e:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:from-teal-500:hover{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:hover\:from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-dark-50:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:from-gray-dark-100:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:from-gray-dark-200:focus{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:focus\:from-gray-dark-700:focus{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:from-gray-e4e:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:from-teal-500:focus{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:focus\:from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-dark-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:via-gray-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:via-gray-dark-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:via-gray-dark-700{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:via-gray-e4e{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-dark-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:via-gray-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:via-gray-dark-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:hover\:via-gray-dark-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:via-gray-e4e:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:hover\:via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-dark-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:via-gray-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:via-gray-dark-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .md\:focus\:via-gray-dark-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:via-gray-e4e:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .md\:focus\:via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 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-gray-dark-50{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:to-gray-dark-100{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:to-gray-dark-200{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .md\:to-gray-dark-700{
    --tw-gradient-to: #979797 !important;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .md\:to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:to-gray-e4e{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .md\:to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .md\:to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .md\:to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:to-teal-500{
    --tw-gradient-to: #30CED0 !important;
  }

  .md\:to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .md\:to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:to-blue-500{
    --tw-gradient-to: #3A98DC !important;
  }

  .md\:to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .md\:to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .md\:to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .md\:to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .md\:to-pink-900{
    --tw-gradient-to: #702459 !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-gray-dark-50:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:hover\:to-gray-dark-100:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:hover\:to-gray-dark-200:hover{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .md\:hover\:to-gray-dark-700:hover{
    --tw-gradient-to: #979797 !important;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:hover\:to-gray-e4e:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:hover\:to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:hover\:to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:hover\:to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:hover\:to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:hover\:to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:hover\:to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:hover\:to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:hover\:to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:hover\:to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:hover\:to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:hover\:to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .md\:hover\:to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:hover\:to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:hover\:to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:hover\:to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:hover\:to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:hover\:to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:hover\:to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:hover\:to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .md\:hover\:to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .md\:hover\:to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:hover\:to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:hover\:to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:hover\:to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:hover\:to-teal-500:hover{
    --tw-gradient-to: #30CED0 !important;
  }

  .md\:hover\:to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .md\:hover\:to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:hover\:to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:hover\:to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:hover\:to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3A98DC !important;
  }

  .md\:hover\:to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:hover\:to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:hover\:to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:hover\:to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .md\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .md\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:hover\:to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:hover\:to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:hover\:to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:hover\:to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:hover\:to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:hover\:to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:hover\:to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:hover\:to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .md\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:hover\:to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:hover\:to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:hover\:to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:hover\:to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .md\:hover\:to-pink-900:hover{
    --tw-gradient-to: #702459 !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-gray-dark-50:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .md\:focus\:to-gray-dark-100:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:focus\:to-gray-dark-200:focus{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .md\:focus\:to-gray-dark-700:focus{
    --tw-gradient-to: #979797 !important;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:focus\:to-gray-e4e:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:focus\:to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:focus\:to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:focus\:to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:focus\:to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:focus\:to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:focus\:to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:focus\:to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:focus\:to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:focus\:to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:focus\:to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:focus\:to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .md\:focus\:to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:focus\:to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:focus\:to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:focus\:to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:focus\:to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:focus\:to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:focus\:to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:focus\:to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .md\:focus\:to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .md\:focus\:to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:focus\:to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:focus\:to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:focus\:to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:focus\:to-teal-500:focus{
    --tw-gradient-to: #30CED0 !important;
  }

  .md\:focus\:to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .md\:focus\:to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:focus\:to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:focus\:to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:focus\:to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3A98DC !important;
  }

  .md\:focus\:to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:focus\:to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:focus\:to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:focus\:to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .md\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .md\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:focus\:to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:focus\:to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:focus\:to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:focus\:to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:focus\:to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:focus\:to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:focus\:to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:focus\:to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .md\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:focus\:to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:focus\:to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:focus\:to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:focus\:to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .md\:focus\:to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .md\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:bg-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{
    background-clip: text !important;
  }

  .md\:bg-bottom{
    background-position: bottom !important;
  }

  .md\:bg-center{
    background-position: center !important;
  }

  .md\:bg-left{
    background-position: left !important;
  }

  .md\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:bg-left-top{
    background-position: left top !important;
  }

  .md\:bg-right{
    background-position: right !important;
  }

  .md\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:bg-right-top{
    background-position: right top !important;
  }

  .md\:bg-top{
    background-position: top !important;
  }

  .md\:bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:bg-origin-border{
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content{
    background-origin: content-box !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:object-contain{
    object-fit: contain !important;
  }

  .md\:object-cover{
    object-fit: cover !important;
  }

  .md\:object-fill{
    object-fit: fill !important;
  }

  .md\:object-none{
    object-fit: none !important;
  }

  .md\:object-scale-down{
    object-fit: scale-down !important;
  }

  .md\:object-bottom{
    object-position: bottom !important;
  }

  .md\:object-center{
    object-position: center !important;
  }

  .md\:object-left{
    object-position: left !important;
  }

  .md\:object-left-bottom{
    object-position: left bottom !important;
  }

  .md\:object-left-top{
    object-position: left top !important;
  }

  .md\:object-right{
    object-position: right !important;
  }

  .md\:object-right-bottom{
    object-position: right bottom !important;
  }

  .md\:object-right-top{
    object-position: right top !important;
  }

  .md\:object-top{
    object-position: top !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-11{
    padding: 2.75rem !important;
  }

  .md\:p-12{
    padding: 3rem !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-24{
    padding: 6rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-48{
    padding: 12rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:pt-0{
    padding-top: 0 !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pt-11{
    padding-top: 2.75rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pt-48{
    padding-top: 12rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pr-0{
    padding-right: 0 !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pr-11{
    padding-right: 2.75rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pr-48{
    padding-right: 12rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pb-0{
    padding-bottom: 0 !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pl-0{
    padding-left: 0 !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pl-11{
    padding-left: 2.75rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pl-48{
    padding-left: 12rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:align-baseline{
    vertical-align: baseline !important;
  }

  .md\:align-top{
    vertical-align: top !important;
  }

  .md\:align-middle{
    vertical-align: middle !important;
  }

  .md\:align-bottom{
    vertical-align: bottom !important;
  }

  .md\:align-text-top{
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:font-sans{
    font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:text-2xs{
    font-size: 0.5rem !important;
  }

  .md\:text-xs{
    font-size: 0.75rem !important;
  }

  .md\:text-sm{
    font-size: 0.875rem !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.5rem !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
  }

  .md\:text-6xl{
    font-size: 4rem !important;
  }

  .md\:font-hairline{
    font-weight: 100 !important;
  }

  .md\:font-thin{
    font-weight: 200 !important;
  }

  .md\:font-light{
    font-weight: 300 !important;
  }

  .md\:font-normal{
    font-weight: 400 !important;
  }

  .md\:font-medium{
    font-weight: 500 !important;
  }

  .md\:font-semibold{
    font-weight: 600 !important;
  }

  .md\:font-bold{
    font-weight: 700 !important;
  }

  .md\:font-extrabold{
    font-weight: 800 !important;
  }

  .md\:font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .md\:uppercase{
    text-transform: uppercase !important;
  }

  .md\:lowercase{
    text-transform: lowercase !important;
  }

  .md\:capitalize{
    text-transform: capitalize !important;
  }

  .md\:normal-case{
    text-transform: none !important;
  }

  .md\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-none{
    line-height: 1 !important;
  }

  .md\:leading-tight{
    line-height: 1.25 !important;
  }

  .md\:leading-snug{
    line-height: 1.375 !important;
  }

  .md\:leading-normal{
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:leading-loose{
    line-height: 2 !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\: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-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-dark-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-dark-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-dark-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-e4e:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-dark-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-dark-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-dark-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-e4e:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !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-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !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-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dark-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dark-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dark-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dark-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e4e::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !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::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dark-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dark-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dark-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dark-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e4e:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .md\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-dark-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-dark-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-dark-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-dark-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-e4e{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-dark-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-dark-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-dark-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-e4e:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-dark-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-dark-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-dark-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-e4e:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !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-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !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-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:ring-offset-gray-dark-50{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:ring-offset-gray-dark-100{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:ring-offset-gray-dark-200{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .md\:ring-offset-gray-dark-700{
    --tw-ring-offset-color: #979797 !important;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:ring-offset-gray-e4e{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:ring-offset-teal-500{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .md\:ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:ring-offset-blue-500{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .md\:ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:focus-within\:ring-offset-gray-dark-100:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:focus-within\:ring-offset-gray-dark-200:focus-within{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .md\:focus-within\:ring-offset-gray-dark-700:focus-within{
    --tw-ring-offset-color: #979797 !important;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:focus-within\:ring-offset-gray-e4e:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:focus-within\:ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:focus-within\:ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:focus-within\:ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:focus-within\:ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:focus-within\:ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .md\:focus-within\:ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:focus-within\:ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:focus-within\:ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:focus-within\:ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .md\:focus\:ring-offset-gray-dark-100:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:focus\:ring-offset-gray-dark-200:focus{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .md\:focus\:ring-offset-gray-dark-700:focus{
    --tw-ring-offset-color: #979797 !important;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:focus\:ring-offset-gray-e4e:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:focus\:ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:focus\:ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:focus\:ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:focus\:ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:focus\:ring-offset-teal-500:focus{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .md\:focus\:ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:focus\:ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:focus\:ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:focus\:ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .md\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:filter-none{
    filter: none !important;
  }

  .md\:hover\:filter:hover{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:hover\:filter-none:hover{
    filter: none !important;
  }

  .md\:focus\:filter:focus{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:focus\:filter-none:focus{
    filter: none !important;
  }

  .group:hover .md\:group-hover\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .group:hover .md\:group-hover\:filter-none{
    filter: none !important;
  }

  .md\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .md\:blur{
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .md\:invert{
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none{
    transition-property: none !important;
  }

  .md\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:delay-75{
    transition-delay: 75ms !important;
  }

  .md\:delay-100{
    transition-delay: 100ms !important;
  }

  .md\:delay-150{
    transition-delay: 150ms !important;
  }

  .md\:delay-200{
    transition-delay: 200ms !important;
  }

  .md\:delay-300{
    transition-delay: 300ms !important;
  }

  .md\:delay-500{
    transition-delay: 500ms !important;
  }

  .md\:delay-700{
    transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .md\:duration-75{
    transition-duration: 75ms !important;
  }

  .md\:duration-100{
    transition-duration: 100ms !important;
  }

  .md\:duration-150{
    transition-duration: 150ms !important;
  }

  .md\:duration-200{
    transition-duration: 200ms !important;
  }

  .md\:duration-300{
    transition-duration: 300ms !important;
  }

  .md\:duration-500{
    transition-duration: 500ms !important;
  }

  .md\:duration-700{
    transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .md\:ease-linear{
    transition-timing-function: linear !important;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:filter-none{
    filter: none !important;
  }

  .md\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .md\:filter-invert{
    filter: invert(1) !important;
  }

  .md\:filter-sepia{
    filter: sepia(1) !important;
  }

  .md\:filter-brightness{
    filter: brightness(1) !important;
  }

  .md\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }

  .md\:hover\:filter-none:hover{
    filter: none !important;
  }

  .md\:hover\:filter-grayscale:hover{
    filter: grayscale(1) !important;
  }

  .md\:hover\:filter-invert:hover{
    filter: invert(1) !important;
  }

  .md\:hover\:filter-sepia:hover{
    filter: sepia(1) !important;
  }

  .md\:hover\:filter-brightness:hover{
    filter: brightness(1) !important;
  }

  .md\:hover\:filter-white-overlay:hover{
    filter: brightness(0) invert(1) !important;
  }

  .md\:focus\:filter-none:focus{
    filter: none !important;
  }

  .md\:focus\:filter-grayscale:focus{
    filter: grayscale(1) !important;
  }

  .md\:focus\:filter-invert:focus{
    filter: invert(1) !important;
  }

  .md\:focus\:filter-sepia:focus{
    filter: sepia(1) !important;
  }

  .md\:focus\:filter-brightness:focus{
    filter: brightness(1) !important;
  }

  .md\:focus\:filter-white-overlay:focus{
    filter: brightness(0) invert(1) !important;
  }

  .group:hover .md\:group-hover\:filter-none{
    filter: none !important;
  }

  .group:hover .md\:group-hover\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .group:hover .md\:group-hover\:filter-invert{
    filter: invert(1) !important;
  }

  .group:hover .md\:group-hover\:filter-sepia{
    filter: sepia(1) !important;
  }

  .group:hover .md\:group-hover\:filter-brightness{
    filter: brightness(1) !important;
  }

  .group:hover .md\:group-hover\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }
}

@media (min-width: 1200px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 960px){
    .lg\:container{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px){
    .lg\:container{
      max-width: 1600px;
    }
  }

  .lg\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !important;
  }

  .lg\:static{
    position: static !important;
  }

  .lg\:fixed{
    position: fixed !important;
  }

  .lg\:absolute{
    position: absolute !important;
  }

  .lg\:relative{
    position: relative !important;
  }

  .lg\:sticky{
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .lg\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:top-0{
    top: 0 !important;
  }

  .lg\:top-1\/2{
    top: 50% !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:right-0{
    right: 0 !important;
  }

  .lg\:right-1\/2{
    right: 50% !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:bottom-0{
    bottom: 0 !important;
  }

  .lg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:left-0{
    left: 0 !important;
  }

  .lg\:left-1\/2{
    left: 50% !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:isolate{
    isolation: isolate !important;
  }

  .lg\:isolation-auto{
    isolation: auto !important;
  }

  .lg\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-20{
    z-index: 20 !important;
  }

  .lg\:z-30{
    z-index: 30 !important;
  }

  .lg\:z-40{
    z-index: 40 !important;
  }

  .lg\:z-50{
    z-index: 50 !important;
  }

  .lg\:z-70{
    z-index: 70 !important;
  }

  .lg\:z-80{
    z-index: 80 !important;
  }

  .lg\:z-90{
    z-index: 90 !important;
  }

  .lg\:z-100{
    z-index: 100 !important;
  }

  .lg\:z-auto{
    z-index: auto !important;
  }

  .lg\:order-1{
    order: 1 !important;
  }

  .lg\:order-2{
    order: 2 !important;
  }

  .lg\:order-3{
    order: 3 !important;
  }

  .lg\:order-4{
    order: 4 !important;
  }

  .lg\:order-5{
    order: 5 !important;
  }

  .lg\:order-6{
    order: 6 !important;
  }

  .lg\:order-7{
    order: 7 !important;
  }

  .lg\:order-8{
    order: 8 !important;
  }

  .lg\:order-9{
    order: 9 !important;
  }

  .lg\:order-10{
    order: 10 !important;
  }

  .lg\:order-11{
    order: 11 !important;
  }

  .lg\:order-12{
    order: 12 !important;
  }

  .lg\:order-first{
    order: -9999 !important;
  }

  .lg\:order-last{
    order: 9999 !important;
  }

  .lg\:order-none{
    order: 0 !important;
  }

  .lg\:col-auto{
    grid-column: auto !important;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:row-auto{
    grid-row: auto !important;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto{
    grid-row-end: auto !important;
  }

  .lg\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !important;
  }

  .lg\:clear-left{
    clear: left !important;
  }

  .lg\:clear-right{
    clear: right !important;
  }

  .lg\:clear-both{
    clear: both !important;
  }

  .lg\:clear-none{
    clear: none !important;
  }

  .lg\:m-0{
    margin: 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-11{
    margin: 2.75rem !important;
  }

  .lg\:m-12{
    margin: 3rem !important;
  }

  .lg\:m-16{
    margin: 4rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-24{
    margin: 6rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-48{
    margin: 12rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:-m-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-11{
    margin: -2.75rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !important;
  }

  .lg\:-m-16{
    margin: -4rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-24{
    margin: -6rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-48{
    margin: -12rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:mt-0{
    margin-top: 0 !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mt-11{
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mt-48{
    margin-top: 12rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mt-48{
    margin-top: -12rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:mr-0{
    margin-right: 0 !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mr-11{
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mr-48{
    margin-right: 12rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:ml-0{
    margin-left: 0 !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:ml-11{
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:ml-48{
    margin-left: 12rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:box-border{
    box-sizing: border-box !important;
  }

  .lg\:box-content{
    box-sizing: content-box !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: flex !important;
  }

  .lg\:inline-flex{
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:inline-table{
    display: inline-table !important;
  }

  .lg\:table-caption{
    display: table-caption !important;
  }

  .lg\:table-cell{
    display: table-cell !important;
  }

  .lg\:table-column{
    display: table-column !important;
  }

  .lg\:table-column-group{
    display: table-column-group !important;
  }

  .lg\:table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:table-header-group{
    display: table-header-group !important;
  }

  .lg\:table-row-group{
    display: table-row-group !important;
  }

  .lg\:table-row{
    display: table-row !important;
  }

  .lg\:flow-root{
    display: flow-root !important;
  }

  .lg\:grid{
    display: grid !important;
  }

  .lg\:inline-grid{
    display: inline-grid !important;
  }

  .lg\:contents{
    display: contents !important;
  }

  .lg\:list-item{
    display: list-item !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:h-0{
    height: 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-11{
    height: 2.75rem !important;
  }

  .lg\:h-12{
    height: 3rem !important;
  }

  .lg\:h-16{
    height: 4rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-24{
    height: 6rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-48{
    height: 12rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-h-xs{
    max-height: 20rem !important;
  }

  .lg\:max-h-sm{
    max-height: 24rem !important;
  }

  .lg\:max-h-md{
    max-height: 28rem !important;
  }

  .lg\:max-h-lg{
    max-height: 32rem !important;
  }

  .lg\:max-h-xl{
    max-height: 36rem !important;
  }

  .lg\:max-h-2xl{
    max-height: 42rem !important;
  }

  .lg\:max-h-3xl{
    max-height: 48rem !important;
  }

  .lg\:max-h-4xl{
    max-height: 56rem !important;
  }

  .lg\:max-h-5xl{
    max-height: 64rem !important;
  }

  .lg\:max-h-6xl{
    max-height: 72rem !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-11{
    min-height: 2.75rem !important;
  }

  .lg\:min-h-12{
    min-height: 3rem !important;
  }

  .lg\:min-h-16{
    min-height: 4rem !important;
  }

  .lg\:min-h-20{
    min-height: 5rem !important;
  }

  .lg\:min-h-24{
    min-height: 6rem !important;
  }

  .lg\:min-h-32{
    min-height: 8rem !important;
  }

  .lg\:min-h-40{
    min-height: 10rem !important;
  }

  .lg\:min-h-48{
    min-height: 12rem !important;
  }

  .lg\:min-h-56{
    min-height: 14rem !important;
  }

  .lg\:min-h-64{
    min-height: 16rem !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !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-11{
    width: 2.75rem !important;
  }

  .lg\:w-12{
    width: 3rem !important;
  }

  .lg\:w-16{
    width: 4rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-24{
    width: 6rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-48{
    width: 12rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-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-w-min{
    width: min-content !important;
  }

  .lg\:w-w-max{
    width: max-content !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:min-w-1{
    min-width: 0.25rem !important;
  }

  .lg\:min-w-2{
    min-width: 0.5rem !important;
  }

  .lg\:min-w-3{
    min-width: 0.75rem !important;
  }

  .lg\:min-w-4{
    min-width: 1rem !important;
  }

  .lg\:min-w-5{
    min-width: 1.25rem !important;
  }

  .lg\:min-w-6{
    min-width: 1.5rem !important;
  }

  .lg\:min-w-8{
    min-width: 2rem !important;
  }

  .lg\:min-w-10{
    min-width: 2.5rem !important;
  }

  .lg\:min-w-11{
    min-width: 2.75rem !important;
  }

  .lg\:min-w-12{
    min-width: 3rem !important;
  }

  .lg\:min-w-16{
    min-width: 4rem !important;
  }

  .lg\:min-w-20{
    min-width: 5rem !important;
  }

  .lg\:min-w-24{
    min-width: 6rem !important;
  }

  .lg\:min-w-32{
    min-width: 8rem !important;
  }

  .lg\:min-w-40{
    min-width: 10rem !important;
  }

  .lg\:min-w-48{
    min-width: 12rem !important;
  }

  .lg\:min-w-56{
    min-width: 14rem !important;
  }

  .lg\:min-w-64{
    min-width: 16rem !important;
  }

  .lg\:min-w-auto{
    min-width: auto !important;
  }

  .lg\:min-w-px{
    min-width: 1px !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    flex: none !important;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    flex-grow: 1 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:origin-center{
    transform-origin: center !important;
  }

  .lg\:origin-top{
    transform-origin: top !important;
  }

  .lg\:origin-top-right{
    transform-origin: top right !important;
  }

  .lg\:origin-right{
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    transform-origin: left !important;
  }

  .lg\:origin-top-left{
    transform-origin: top left !important;
  }

  .lg\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none{
    transform: none !important;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 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-11{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12rem !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-11{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12rem !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-11{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12rem !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-11{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12rem !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\:first\:translate-x-0:first-child{
    --tw-translate-x: 0 !important;
  }

  .lg\:first\:translate-x-1:first-child{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:first\:translate-x-2:first-child{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:first\:translate-x-3:first-child{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:first\:translate-x-4:first-child{
    --tw-translate-x: 1rem !important;
  }

  .lg\:first\:translate-x-5:first-child{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:first\:translate-x-6:first-child{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:first\:translate-x-8:first-child{
    --tw-translate-x: 2rem !important;
  }

  .lg\:first\:translate-x-10:first-child{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:first\:translate-x-11:first-child{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:first\:translate-x-12:first-child{
    --tw-translate-x: 3rem !important;
  }

  .lg\:first\:translate-x-16:first-child{
    --tw-translate-x: 4rem !important;
  }

  .lg\:first\:translate-x-20:first-child{
    --tw-translate-x: 5rem !important;
  }

  .lg\:first\:translate-x-24:first-child{
    --tw-translate-x: 6rem !important;
  }

  .lg\:first\:translate-x-32:first-child{
    --tw-translate-x: 8rem !important;
  }

  .lg\:first\:translate-x-40:first-child{
    --tw-translate-x: 10rem !important;
  }

  .lg\:first\:translate-x-48:first-child{
    --tw-translate-x: 12rem !important;
  }

  .lg\:first\:translate-x-56:first-child{
    --tw-translate-x: 14rem !important;
  }

  .lg\:first\:translate-x-64:first-child{
    --tw-translate-x: 16rem !important;
  }

  .lg\:first\:translate-x-px:first-child{
    --tw-translate-x: 1px !important;
  }

  .lg\:first\:-translate-x-1:first-child{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:first\:-translate-x-2:first-child{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:first\:-translate-x-3:first-child{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:first\:-translate-x-4:first-child{
    --tw-translate-x: -1rem !important;
  }

  .lg\:first\:-translate-x-5:first-child{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:first\:-translate-x-6:first-child{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:first\:-translate-x-8:first-child{
    --tw-translate-x: -2rem !important;
  }

  .lg\:first\:-translate-x-10:first-child{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:first\:-translate-x-11:first-child{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:first\:-translate-x-12:first-child{
    --tw-translate-x: -3rem !important;
  }

  .lg\:first\:-translate-x-16:first-child{
    --tw-translate-x: -4rem !important;
  }

  .lg\:first\:-translate-x-20:first-child{
    --tw-translate-x: -5rem !important;
  }

  .lg\:first\:-translate-x-24:first-child{
    --tw-translate-x: -6rem !important;
  }

  .lg\:first\:-translate-x-32:first-child{
    --tw-translate-x: -8rem !important;
  }

  .lg\:first\:-translate-x-40:first-child{
    --tw-translate-x: -10rem !important;
  }

  .lg\:first\:-translate-x-48:first-child{
    --tw-translate-x: -12rem !important;
  }

  .lg\:first\:-translate-x-56:first-child{
    --tw-translate-x: -14rem !important;
  }

  .lg\:first\:-translate-x-64:first-child{
    --tw-translate-x: -16rem !important;
  }

  .lg\:first\:-translate-x-px:first-child{
    --tw-translate-x: -1px !important;
  }

  .lg\:first\:translate-x-1\/2:first-child{
    --tw-translate-x: 50% !important;
  }

  .lg\:first\:translate-x-1\/3:first-child{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:first\:translate-x-2\/3:first-child{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:first\:translate-x-1\/4:first-child{
    --tw-translate-x: 25% !important;
  }

  .lg\:first\:translate-x-2\/4:first-child{
    --tw-translate-x: 50% !important;
  }

  .lg\:first\:translate-x-3\/4:first-child{
    --tw-translate-x: 75% !important;
  }

  .lg\:first\:translate-x-full:first-child{
    --tw-translate-x: 100% !important;
  }

  .lg\:first\:-translate-x-1\/2:first-child{
    --tw-translate-x: -50% !important;
  }

  .lg\:first\:-translate-x-1\/3:first-child{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:first\:-translate-x-2\/3:first-child{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:first\:-translate-x-1\/4:first-child{
    --tw-translate-x: -25% !important;
  }

  .lg\:first\:-translate-x-2\/4:first-child{
    --tw-translate-x: -50% !important;
  }

  .lg\:first\:-translate-x-3\/4:first-child{
    --tw-translate-x: -75% !important;
  }

  .lg\:first\:-translate-x-full:first-child{
    --tw-translate-x: -100% !important;
  }

  .lg\:first\:translate-y-0:first-child{
    --tw-translate-y: 0 !important;
  }

  .lg\:first\:translate-y-1:first-child{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:first\:translate-y-2:first-child{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:first\:translate-y-3:first-child{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:first\:translate-y-4:first-child{
    --tw-translate-y: 1rem !important;
  }

  .lg\:first\:translate-y-5:first-child{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:first\:translate-y-6:first-child{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:first\:translate-y-8:first-child{
    --tw-translate-y: 2rem !important;
  }

  .lg\:first\:translate-y-10:first-child{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:first\:translate-y-11:first-child{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:first\:translate-y-12:first-child{
    --tw-translate-y: 3rem !important;
  }

  .lg\:first\:translate-y-16:first-child{
    --tw-translate-y: 4rem !important;
  }

  .lg\:first\:translate-y-20:first-child{
    --tw-translate-y: 5rem !important;
  }

  .lg\:first\:translate-y-24:first-child{
    --tw-translate-y: 6rem !important;
  }

  .lg\:first\:translate-y-32:first-child{
    --tw-translate-y: 8rem !important;
  }

  .lg\:first\:translate-y-40:first-child{
    --tw-translate-y: 10rem !important;
  }

  .lg\:first\:translate-y-48:first-child{
    --tw-translate-y: 12rem !important;
  }

  .lg\:first\:translate-y-56:first-child{
    --tw-translate-y: 14rem !important;
  }

  .lg\:first\:translate-y-64:first-child{
    --tw-translate-y: 16rem !important;
  }

  .lg\:first\:translate-y-px:first-child{
    --tw-translate-y: 1px !important;
  }

  .lg\:first\:-translate-y-1:first-child{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:first\:-translate-y-2:first-child{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:first\:-translate-y-3:first-child{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:first\:-translate-y-4:first-child{
    --tw-translate-y: -1rem !important;
  }

  .lg\:first\:-translate-y-5:first-child{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:first\:-translate-y-6:first-child{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:first\:-translate-y-8:first-child{
    --tw-translate-y: -2rem !important;
  }

  .lg\:first\:-translate-y-10:first-child{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:first\:-translate-y-11:first-child{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:first\:-translate-y-12:first-child{
    --tw-translate-y: -3rem !important;
  }

  .lg\:first\:-translate-y-16:first-child{
    --tw-translate-y: -4rem !important;
  }

  .lg\:first\:-translate-y-20:first-child{
    --tw-translate-y: -5rem !important;
  }

  .lg\:first\:-translate-y-24:first-child{
    --tw-translate-y: -6rem !important;
  }

  .lg\:first\:-translate-y-32:first-child{
    --tw-translate-y: -8rem !important;
  }

  .lg\:first\:-translate-y-40:first-child{
    --tw-translate-y: -10rem !important;
  }

  .lg\:first\:-translate-y-48:first-child{
    --tw-translate-y: -12rem !important;
  }

  .lg\:first\:-translate-y-56:first-child{
    --tw-translate-y: -14rem !important;
  }

  .lg\:first\:-translate-y-64:first-child{
    --tw-translate-y: -16rem !important;
  }

  .lg\:first\:-translate-y-px:first-child{
    --tw-translate-y: -1px !important;
  }

  .lg\:first\:translate-y-1\/2:first-child{
    --tw-translate-y: 50% !important;
  }

  .lg\:first\:translate-y-1\/3:first-child{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:first\:translate-y-2\/3:first-child{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:first\:translate-y-1\/4:first-child{
    --tw-translate-y: 25% !important;
  }

  .lg\:first\:translate-y-2\/4:first-child{
    --tw-translate-y: 50% !important;
  }

  .lg\:first\:translate-y-3\/4:first-child{
    --tw-translate-y: 75% !important;
  }

  .lg\:first\:translate-y-full:first-child{
    --tw-translate-y: 100% !important;
  }

  .lg\:first\:-translate-y-1\/2:first-child{
    --tw-translate-y: -50% !important;
  }

  .lg\:first\:-translate-y-1\/3:first-child{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:first\:-translate-y-2\/3:first-child{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:first\:-translate-y-1\/4:first-child{
    --tw-translate-y: -25% !important;
  }

  .lg\:first\:-translate-y-2\/4:first-child{
    --tw-translate-y: -50% !important;
  }

  .lg\:first\:-translate-y-3\/4:first-child{
    --tw-translate-y: -75% !important;
  }

  .lg\:first\:-translate-y-full:first-child{
    --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-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-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: 12rem !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-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-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: -12rem !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-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-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: 12rem !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-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-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: -12rem !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-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-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: 12rem !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-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-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: -12rem !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-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-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: 12rem !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-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-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: -12rem !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\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none{
    animation: none !important;
  }

  .lg\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    animation: bounce 1s infinite !important;
  }

  .lg\:cursor-auto{
    cursor: auto !important;
  }

  .lg\:cursor{
    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\:disabled\:cursor-auto:disabled{
    cursor: auto !important;
  }

  .lg\:disabled\:cursor:disabled{
    cursor: DEFAULT !important;
  }

  .lg\:disabled\:cursor-pointer:disabled{
    cursor: pointer !important;
  }

  .lg\:disabled\:cursor-wait:disabled{
    cursor: wait !important;
  }

  .lg\:disabled\:cursor-text:disabled{
    cursor: text !important;
  }

  .lg\:disabled\:cursor-move:disabled{
    cursor: move !important;
  }

  .lg\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all{
    -webkit-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto{
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:resize-none{
    resize: none !important;
  }

  .lg\:resize-y{
    resize: vertical !important;
  }

  .lg\:resize-x{
    resize: horizontal !important;
  }

  .lg\:resize{
    resize: both !important;
  }

  .lg\:list-inside{
    list-style-position: inside !important;
  }

  .lg\:list-outside{
    list-style-position: outside !important;
  }

  .lg\:list-none{
    list-style-type: none !important;
  }

  .lg\:list-disc{
    list-style-type: disc !important;
  }

  .lg\:list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:appearance-none{
    appearance: none !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:flex-row{
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .lg\:place-content-center{
    place-content: center !important;
  }

  .lg\:place-content-start{
    place-content: start !important;
  }

  .lg\:place-content-end{
    place-content: end !important;
  }

  .lg\:place-content-between{
    place-content: space-between !important;
  }

  .lg\:place-content-around{
    place-content: space-around !important;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:place-items-start{
    place-items: start !important;
  }

  .lg\:place-items-end{
    place-items: end !important;
  }

  .lg\:place-items-center{
    place-items: center !important;
  }

  .lg\:place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:content-center{
    align-content: center !important;
  }

  .lg\:content-start{
    align-content: flex-start !important;
  }

  .lg\:content-end{
    align-content: flex-end !important;
  }

  .lg\:content-between{
    align-content: space-between !important;
  }

  .lg\:content-around{
    align-content: space-around !important;
  }

  .lg\:content-evenly{
    align-content: space-evenly !important;
  }

  .lg\:items-start{
    align-items: flex-start !important;
  }

  .lg\:items-end{
    align-items: flex-end !important;
  }

  .lg\:items-center{
    align-items: center !important;
  }

  .lg\:items-baseline{
    align-items: baseline !important;
  }

  .lg\:items-stretch{
    align-items: stretch !important;
  }

  .lg\:justify-start{
    justify-content: flex-start !important;
  }

  .lg\:justify-end{
    justify-content: flex-end !important;
  }

  .lg\:justify-center{
    justify-content: center !important;
  }

  .lg\:justify-between{
    justify-content: space-between !important;
  }

  .lg\:justify-around{
    justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:justify-items-start{
    justify-items: start !important;
  }

  .lg\:justify-items-end{
    justify-items: end !important;
  }

  .lg\:justify-items-center{
    justify-items: center !important;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:gap-0{
    gap: 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-11{
    gap: 2.75rem !important;
  }

  .lg\:gap-12{
    gap: 3rem !important;
  }

  .lg\:gap-16{
    gap: 4rem !important;
  }

  .lg\:gap-20{
    gap: 5rem !important;
  }

  .lg\:gap-24{
    gap: 6rem !important;
  }

  .lg\:gap-32{
    gap: 8rem !important;
  }

  .lg\:gap-40{
    gap: 10rem !important;
  }

  .lg\:gap-48{
    gap: 12rem !important;
  }

  .lg\:gap-56{
    gap: 14rem !important;
  }

  .lg\:gap-64{
    gap: 16rem !important;
  }

  .lg\:gap-px{
    gap: 1px !important;
  }

  .lg\:gap-x-0{
    column-gap: 0 !important;
  }

  .lg\:gap-x-1{
    column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8{
    column-gap: 2rem !important;
  }

  .lg\:gap-x-10{
    column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11{
    column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12{
    column-gap: 3rem !important;
  }

  .lg\:gap-x-16{
    column-gap: 4rem !important;
  }

  .lg\:gap-x-20{
    column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    column-gap: 6rem !important;
  }

  .lg\:gap-x-32{
    column-gap: 8rem !important;
  }

  .lg\:gap-x-40{
    column-gap: 10rem !important;
  }

  .lg\:gap-x-48{
    column-gap: 12rem !important;
  }

  .lg\:gap-x-56{
    column-gap: 14rem !important;
  }

  .lg\:gap-x-64{
    column-gap: 16rem !important;
  }

  .lg\:gap-x-px{
    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-11{
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12{
    row-gap: 3rem !important;
  }

  .lg\:gap-y-16{
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20{
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    row-gap: 6rem !important;
  }

  .lg\:gap-y-32{
    row-gap: 8rem !important;
  }

  .lg\:gap-y-40{
    row-gap: 10rem !important;
  }

  .lg\:gap-y-48{
    row-gap: 12rem !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\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-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-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-1 > :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-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-dark-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-dark-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-dark-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-dark-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-e4e > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lg\:place-self-auto{
    place-self: auto !important;
  }

  .lg\:place-self-start{
    place-self: start !important;
  }

  .lg\:place-self-end{
    place-self: end !important;
  }

  .lg\:place-self-center{
    place-self: center !important;
  }

  .lg\:place-self-stretch{
    place-self: stretch !important;
  }

  .lg\:self-auto{
    align-self: auto !important;
  }

  .lg\:self-start{
    align-self: flex-start !important;
  }

  .lg\:self-end{
    align-self: flex-end !important;
  }

  .lg\:self-center{
    align-self: center !important;
  }

  .lg\:self-stretch{
    align-self: stretch !important;
  }

  .lg\:self-baseline{
    align-self: baseline !important;
  }

  .lg\:justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:justify-self-start{
    justify-self: start !important;
  }

  .lg\:justify-self-end{
    justify-self: end !important;
  }

  .lg\:justify-self-center{
    justify-self: center !important;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:overflow-auto{
    overflow: auto !important;
  }

  .lg\:overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip{
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre{
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:rounded{
    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-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !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-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-0{
    border-width: 0 !important;
  }

  .lg\:border-1{
    border-width: 1px !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: 0 !important;
  }

  .lg\:border-t-1{
    border-top-width: 1px !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:border-r-1{
    border-right-width: 1px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:border-l-1{
    border-left-width: 1px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:border-solid{
    border-style: solid !important;
  }

  .lg\:border-dashed{
    border-style: dashed !important;
  }

  .lg\:border-dotted{
    border-style: dotted !important;
  }

  .lg\:border-double{
    border-style: double !important;
  }

  .lg\:border-none{
    border-style: none !important;
  }

  .lg\:border-transparent{
    border-color: transparent !important;
  }

  .lg\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-dark-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-dark-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-dark-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-dark-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-e4e{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-dark-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-dark-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-dark-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-e4e:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-dark-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-dark-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-dark-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-e4e:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !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-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !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-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-dark-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-dark-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-dark-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-e4e:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-dark-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-dark-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-dark-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-e4e:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .lg\:group-focus\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-transparent:active{
    background-color: transparent !important;
  }

  .lg\:active\:bg-black:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-white:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-dark-50:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-dark-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-dark-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-dark-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-gray-e4e:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-red-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-green-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-teal-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-indigo-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:bg-pink-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-transparent:disabled{
    background-color: transparent !important;
  }

  .lg\:disabled\:bg-black:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-white:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-dark-50:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-dark-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-dark-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-dark-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-gray-e4e:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-red-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-orange-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-yellow-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-green-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-teal-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-blue-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-indigo-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-purple-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:disabled\:bg-pink-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !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-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !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-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\: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-gray-dark-50{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:from-gray-dark-100{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:from-gray-dark-200{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:from-gray-dark-700{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:from-gray-e4e{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:from-teal-500{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:from-blue-500{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-dark-50:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-gray-dark-100:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:from-gray-dark-200:hover{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:hover\:from-gray-dark-700:hover{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:from-gray-e4e:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:from-teal-500:hover{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:hover\:from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-dark-50:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-gray-dark-100:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:from-gray-dark-200:focus{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:focus\:from-gray-dark-700:focus{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:from-gray-e4e:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:from-teal-500:focus{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:focus\:from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-dark-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:via-gray-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:via-gray-dark-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:via-gray-dark-700{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:via-gray-e4e{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-dark-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-gray-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:via-gray-dark-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:hover\:via-gray-dark-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:via-gray-e4e:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:hover\:via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-dark-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-gray-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:via-gray-dark-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .lg\:focus\:via-gray-dark-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:via-gray-e4e:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .lg\:focus\:via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 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-gray-dark-50{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:to-gray-dark-100{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:to-gray-dark-200{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .lg\:to-gray-dark-700{
    --tw-gradient-to: #979797 !important;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:to-gray-e4e{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:to-teal-500{
    --tw-gradient-to: #30CED0 !important;
  }

  .lg\:to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:to-blue-500{
    --tw-gradient-to: #3A98DC !important;
  }

  .lg\:to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:to-pink-900{
    --tw-gradient-to: #702459 !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-gray-dark-50:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:hover\:to-gray-dark-100:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:hover\:to-gray-dark-200:hover{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .lg\:hover\:to-gray-dark-700:hover{
    --tw-gradient-to: #979797 !important;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:hover\:to-gray-e4e:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:hover\:to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:hover\:to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:hover\:to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:hover\:to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:hover\:to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:hover\:to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:hover\:to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:hover\:to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:hover\:to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:hover\:to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:hover\:to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:hover\:to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:hover\:to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:hover\:to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:hover\:to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:hover\:to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:hover\:to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:hover\:to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:hover\:to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:hover\:to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:hover\:to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:hover\:to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:hover\:to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:hover\:to-teal-500:hover{
    --tw-gradient-to: #30CED0 !important;
  }

  .lg\:hover\:to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:hover\:to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:hover\:to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:hover\:to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:hover\:to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3A98DC !important;
  }

  .lg\:hover\:to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:hover\:to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:hover\:to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:hover\:to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:hover\:to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:hover\:to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:hover\:to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:hover\:to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:hover\:to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:hover\:to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:hover\:to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:hover\:to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:hover\:to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:hover\:to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:hover\:to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:hover\:to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:hover\:to-pink-900:hover{
    --tw-gradient-to: #702459 !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-gray-dark-50:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .lg\:focus\:to-gray-dark-100:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:focus\:to-gray-dark-200:focus{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .lg\:focus\:to-gray-dark-700:focus{
    --tw-gradient-to: #979797 !important;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:focus\:to-gray-e4e:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:focus\:to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:focus\:to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:focus\:to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:focus\:to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:focus\:to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:focus\:to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:focus\:to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:focus\:to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:focus\:to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:focus\:to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:focus\:to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:focus\:to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:focus\:to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:focus\:to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:focus\:to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:focus\:to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:focus\:to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:focus\:to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:focus\:to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:focus\:to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:focus\:to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:focus\:to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:focus\:to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:focus\:to-teal-500:focus{
    --tw-gradient-to: #30CED0 !important;
  }

  .lg\:focus\:to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:focus\:to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:focus\:to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:focus\:to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:focus\:to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3A98DC !important;
  }

  .lg\:focus\:to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:focus\:to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:focus\:to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:focus\:to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:focus\:to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:focus\:to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:focus\:to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:focus\:to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:focus\:to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:focus\:to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:focus\:to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:focus\:to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:focus\:to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:focus\:to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:focus\:to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:focus\:to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:focus\:to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .lg\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:bg-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{
    background-clip: text !important;
  }

  .lg\:bg-bottom{
    background-position: bottom !important;
  }

  .lg\:bg-center{
    background-position: center !important;
  }

  .lg\:bg-left{
    background-position: left !important;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:bg-left-top{
    background-position: left top !important;
  }

  .lg\:bg-right{
    background-position: right !important;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:bg-right-top{
    background-position: right top !important;
  }

  .lg\:bg-top{
    background-position: top !important;
  }

  .lg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:bg-origin-border{
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content{
    background-origin: content-box !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:object-contain{
    object-fit: contain !important;
  }

  .lg\:object-cover{
    object-fit: cover !important;
  }

  .lg\:object-fill{
    object-fit: fill !important;
  }

  .lg\:object-none{
    object-fit: none !important;
  }

  .lg\:object-scale-down{
    object-fit: scale-down !important;
  }

  .lg\:object-bottom{
    object-position: bottom !important;
  }

  .lg\:object-center{
    object-position: center !important;
  }

  .lg\:object-left{
    object-position: left !important;
  }

  .lg\:object-left-bottom{
    object-position: left bottom !important;
  }

  .lg\:object-left-top{
    object-position: left top !important;
  }

  .lg\:object-right{
    object-position: right !important;
  }

  .lg\:object-right-bottom{
    object-position: right bottom !important;
  }

  .lg\:object-right-top{
    object-position: right top !important;
  }

  .lg\:object-top{
    object-position: top !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-11{
    padding: 2.75rem !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-16{
    padding: 4rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-24{
    padding: 6rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-48{
    padding: 12rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:pt-0{
    padding-top: 0 !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pt-11{
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pt-48{
    padding-top: 12rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pr-0{
    padding-right: 0 !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pr-11{
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pr-48{
    padding-right: 12rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pl-0{
    padding-left: 0 !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pl-11{
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pl-48{
    padding-left: 12rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:align-top{
    vertical-align: top !important;
  }

  .lg\:align-middle{
    vertical-align: middle !important;
  }

  .lg\:align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:font-sans{
    font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:text-2xs{
    font-size: 0.5rem !important;
  }

  .lg\:text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:text-sm{
    font-size: 0.875rem !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.5rem !important;
  }

  .lg\:text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
  }

  .lg\:text-6xl{
    font-size: 4rem !important;
  }

  .lg\:font-hairline{
    font-weight: 100 !important;
  }

  .lg\:font-thin{
    font-weight: 200 !important;
  }

  .lg\:font-light{
    font-weight: 300 !important;
  }

  .lg\:font-normal{
    font-weight: 400 !important;
  }

  .lg\:font-medium{
    font-weight: 500 !important;
  }

  .lg\:font-semibold{
    font-weight: 600 !important;
  }

  .lg\:font-bold{
    font-weight: 700 !important;
  }

  .lg\:font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:uppercase{
    text-transform: uppercase !important;
  }

  .lg\:lowercase{
    text-transform: lowercase !important;
  }

  .lg\:capitalize{
    text-transform: capitalize !important;
  }

  .lg\:normal-case{
    text-transform: none !important;
  }

  .lg\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:leading-loose{
    line-height: 2 !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\: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-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-dark-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-dark-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-dark-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-e4e:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-dark-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-dark-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-dark-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-e4e:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !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-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !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-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dark-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dark-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dark-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dark-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e4e::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !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::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dark-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dark-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dark-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dark-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e4e:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-dark-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-dark-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-dark-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-dark-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-e4e{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-dark-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-dark-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-dark-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-e4e:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-dark-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-dark-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-dark-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-e4e:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !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-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !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-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:ring-offset-gray-dark-50{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:ring-offset-gray-dark-100{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:ring-offset-gray-dark-200{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .lg\:ring-offset-gray-dark-700{
    --tw-ring-offset-color: #979797 !important;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:ring-offset-gray-e4e{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:ring-offset-teal-500{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .lg\:ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:ring-offset-blue-500{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .lg\:ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:focus-within\:ring-offset-gray-dark-100:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:focus-within\:ring-offset-gray-dark-200:focus-within{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .lg\:focus-within\:ring-offset-gray-dark-700:focus-within{
    --tw-ring-offset-color: #979797 !important;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:focus-within\:ring-offset-gray-e4e:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:focus-within\:ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:focus-within\:ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:focus-within\:ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:focus-within\:ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:focus-within\:ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .lg\:focus-within\:ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:focus-within\:ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:focus-within\:ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:focus-within\:ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .lg\:focus\:ring-offset-gray-dark-100:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:focus\:ring-offset-gray-dark-200:focus{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .lg\:focus\:ring-offset-gray-dark-700:focus{
    --tw-ring-offset-color: #979797 !important;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:focus\:ring-offset-gray-e4e:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:focus\:ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:focus\:ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:focus\:ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:focus\:ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:focus\:ring-offset-teal-500:focus{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .lg\:focus\:ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:focus\:ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:focus\:ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:focus\:ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .lg\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:filter-none{
    filter: none !important;
  }

  .lg\:hover\:filter:hover{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:hover\:filter-none:hover{
    filter: none !important;
  }

  .lg\:focus\:filter:focus{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:focus\:filter-none:focus{
    filter: none !important;
  }

  .group:hover .lg\:group-hover\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .group:hover .lg\:group-hover\:filter-none{
    filter: none !important;
  }

  .lg\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur{
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .lg\:invert{
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none{
    transition-property: none !important;
  }

  .lg\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:delay-75{
    transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg\:duration-75{
    transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg\:ease-linear{
    transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:filter-none{
    filter: none !important;
  }

  .lg\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .lg\:filter-invert{
    filter: invert(1) !important;
  }

  .lg\:filter-sepia{
    filter: sepia(1) !important;
  }

  .lg\:filter-brightness{
    filter: brightness(1) !important;
  }

  .lg\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }

  .lg\:hover\:filter-none:hover{
    filter: none !important;
  }

  .lg\:hover\:filter-grayscale:hover{
    filter: grayscale(1) !important;
  }

  .lg\:hover\:filter-invert:hover{
    filter: invert(1) !important;
  }

  .lg\:hover\:filter-sepia:hover{
    filter: sepia(1) !important;
  }

  .lg\:hover\:filter-brightness:hover{
    filter: brightness(1) !important;
  }

  .lg\:hover\:filter-white-overlay:hover{
    filter: brightness(0) invert(1) !important;
  }

  .lg\:focus\:filter-none:focus{
    filter: none !important;
  }

  .lg\:focus\:filter-grayscale:focus{
    filter: grayscale(1) !important;
  }

  .lg\:focus\:filter-invert:focus{
    filter: invert(1) !important;
  }

  .lg\:focus\:filter-sepia:focus{
    filter: sepia(1) !important;
  }

  .lg\:focus\:filter-brightness:focus{
    filter: brightness(1) !important;
  }

  .lg\:focus\:filter-white-overlay:focus{
    filter: brightness(0) invert(1) !important;
  }

  .group:hover .lg\:group-hover\:filter-none{
    filter: none !important;
  }

  .group:hover .lg\:group-hover\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .group:hover .lg\:group-hover\:filter-invert{
    filter: invert(1) !important;
  }

  .group:hover .lg\:group-hover\:filter-sepia{
    filter: sepia(1) !important;
  }

  .group:hover .lg\:group-hover\:filter-brightness{
    filter: brightness(1) !important;
  }

  .group:hover .lg\:group-hover\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }
}

@media (min-width: 1600px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 960px){
    .xl\:container{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px){
    .xl\:container{
      max-width: 1600px;
    }
  }

  .xl\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !important;
  }

  .xl\:static{
    position: static !important;
  }

  .xl\:fixed{
    position: fixed !important;
  }

  .xl\:absolute{
    position: absolute !important;
  }

  .xl\:relative{
    position: relative !important;
  }

  .xl\:sticky{
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .xl\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:top-0{
    top: 0 !important;
  }

  .xl\:top-1\/2{
    top: 50% !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:right-0{
    right: 0 !important;
  }

  .xl\:right-1\/2{
    right: 50% !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:bottom-0{
    bottom: 0 !important;
  }

  .xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:left-0{
    left: 0 !important;
  }

  .xl\:left-1\/2{
    left: 50% !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:isolate{
    isolation: isolate !important;
  }

  .xl\:isolation-auto{
    isolation: auto !important;
  }

  .xl\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-20{
    z-index: 20 !important;
  }

  .xl\:z-30{
    z-index: 30 !important;
  }

  .xl\:z-40{
    z-index: 40 !important;
  }

  .xl\:z-50{
    z-index: 50 !important;
  }

  .xl\:z-70{
    z-index: 70 !important;
  }

  .xl\:z-80{
    z-index: 80 !important;
  }

  .xl\:z-90{
    z-index: 90 !important;
  }

  .xl\:z-100{
    z-index: 100 !important;
  }

  .xl\:z-auto{
    z-index: auto !important;
  }

  .xl\:order-1{
    order: 1 !important;
  }

  .xl\:order-2{
    order: 2 !important;
  }

  .xl\:order-3{
    order: 3 !important;
  }

  .xl\:order-4{
    order: 4 !important;
  }

  .xl\:order-5{
    order: 5 !important;
  }

  .xl\:order-6{
    order: 6 !important;
  }

  .xl\:order-7{
    order: 7 !important;
  }

  .xl\:order-8{
    order: 8 !important;
  }

  .xl\:order-9{
    order: 9 !important;
  }

  .xl\:order-10{
    order: 10 !important;
  }

  .xl\:order-11{
    order: 11 !important;
  }

  .xl\:order-12{
    order: 12 !important;
  }

  .xl\:order-first{
    order: -9999 !important;
  }

  .xl\:order-last{
    order: 9999 !important;
  }

  .xl\:order-none{
    order: 0 !important;
  }

  .xl\:col-auto{
    grid-column: auto !important;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:row-auto{
    grid-row: auto !important;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xl\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !important;
  }

  .xl\:clear-left{
    clear: left !important;
  }

  .xl\:clear-right{
    clear: right !important;
  }

  .xl\:clear-both{
    clear: both !important;
  }

  .xl\:clear-none{
    clear: none !important;
  }

  .xl\:m-0{
    margin: 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-11{
    margin: 2.75rem !important;
  }

  .xl\:m-12{
    margin: 3rem !important;
  }

  .xl\:m-16{
    margin: 4rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-24{
    margin: 6rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-48{
    margin: 12rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:-m-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-11{
    margin: -2.75rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !important;
  }

  .xl\:-m-16{
    margin: -4rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-24{
    margin: -6rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-48{
    margin: -12rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:mt-0{
    margin-top: 0 !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mt-11{
    margin-top: 2.75rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mt-48{
    margin-top: 12rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:mr-0{
    margin-right: 0 !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mr-11{
    margin-right: 2.75rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mr-48{
    margin-right: 12rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:ml-0{
    margin-left: 0 !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:ml-11{
    margin-left: 2.75rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:ml-48{
    margin-left: 12rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:box-border{
    box-sizing: border-box !important;
  }

  .xl\:box-content{
    box-sizing: content-box !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: flex !important;
  }

  .xl\:inline-flex{
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:inline-table{
    display: inline-table !important;
  }

  .xl\:table-caption{
    display: table-caption !important;
  }

  .xl\:table-cell{
    display: table-cell !important;
  }

  .xl\:table-column{
    display: table-column !important;
  }

  .xl\:table-column-group{
    display: table-column-group !important;
  }

  .xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:table-header-group{
    display: table-header-group !important;
  }

  .xl\:table-row-group{
    display: table-row-group !important;
  }

  .xl\:table-row{
    display: table-row !important;
  }

  .xl\:flow-root{
    display: flow-root !important;
  }

  .xl\:grid{
    display: grid !important;
  }

  .xl\:inline-grid{
    display: inline-grid !important;
  }

  .xl\:contents{
    display: contents !important;
  }

  .xl\:list-item{
    display: list-item !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:h-0{
    height: 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-11{
    height: 2.75rem !important;
  }

  .xl\:h-12{
    height: 3rem !important;
  }

  .xl\:h-16{
    height: 4rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-24{
    height: 6rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-48{
    height: 12rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-h-xs{
    max-height: 20rem !important;
  }

  .xl\:max-h-sm{
    max-height: 24rem !important;
  }

  .xl\:max-h-md{
    max-height: 28rem !important;
  }

  .xl\:max-h-lg{
    max-height: 32rem !important;
  }

  .xl\:max-h-xl{
    max-height: 36rem !important;
  }

  .xl\:max-h-2xl{
    max-height: 42rem !important;
  }

  .xl\:max-h-3xl{
    max-height: 48rem !important;
  }

  .xl\:max-h-4xl{
    max-height: 56rem !important;
  }

  .xl\:max-h-5xl{
    max-height: 64rem !important;
  }

  .xl\:max-h-6xl{
    max-height: 72rem !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-11{
    min-height: 2.75rem !important;
  }

  .xl\:min-h-12{
    min-height: 3rem !important;
  }

  .xl\:min-h-16{
    min-height: 4rem !important;
  }

  .xl\:min-h-20{
    min-height: 5rem !important;
  }

  .xl\:min-h-24{
    min-height: 6rem !important;
  }

  .xl\:min-h-32{
    min-height: 8rem !important;
  }

  .xl\:min-h-40{
    min-height: 10rem !important;
  }

  .xl\:min-h-48{
    min-height: 12rem !important;
  }

  .xl\:min-h-56{
    min-height: 14rem !important;
  }

  .xl\:min-h-64{
    min-height: 16rem !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !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-11{
    width: 2.75rem !important;
  }

  .xl\:w-12{
    width: 3rem !important;
  }

  .xl\:w-16{
    width: 4rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-24{
    width: 6rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-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-w-min{
    width: min-content !important;
  }

  .xl\:w-w-max{
    width: max-content !important;
  }

  .xl\:min-w-0{
    min-width: 0 !important;
  }

  .xl\:min-w-1{
    min-width: 0.25rem !important;
  }

  .xl\:min-w-2{
    min-width: 0.5rem !important;
  }

  .xl\:min-w-3{
    min-width: 0.75rem !important;
  }

  .xl\:min-w-4{
    min-width: 1rem !important;
  }

  .xl\:min-w-5{
    min-width: 1.25rem !important;
  }

  .xl\:min-w-6{
    min-width: 1.5rem !important;
  }

  .xl\:min-w-8{
    min-width: 2rem !important;
  }

  .xl\:min-w-10{
    min-width: 2.5rem !important;
  }

  .xl\:min-w-11{
    min-width: 2.75rem !important;
  }

  .xl\:min-w-12{
    min-width: 3rem !important;
  }

  .xl\:min-w-16{
    min-width: 4rem !important;
  }

  .xl\:min-w-20{
    min-width: 5rem !important;
  }

  .xl\:min-w-24{
    min-width: 6rem !important;
  }

  .xl\:min-w-32{
    min-width: 8rem !important;
  }

  .xl\:min-w-40{
    min-width: 10rem !important;
  }

  .xl\:min-w-48{
    min-width: 12rem !important;
  }

  .xl\:min-w-56{
    min-width: 14rem !important;
  }

  .xl\:min-w-64{
    min-width: 16rem !important;
  }

  .xl\:min-w-auto{
    min-width: auto !important;
  }

  .xl\:min-w-px{
    min-width: 1px !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    flex: none !important;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    flex-grow: 1 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:origin-center{
    transform-origin: center !important;
  }

  .xl\:origin-top{
    transform-origin: top !important;
  }

  .xl\:origin-top-right{
    transform-origin: top right !important;
  }

  .xl\:origin-right{
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    transform-origin: left !important;
  }

  .xl\:origin-top-left{
    transform-origin: top left !important;
  }

  .xl\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none{
    transform: none !important;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 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-11{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12rem !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-11{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12rem !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-11{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12rem !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-11{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12rem !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\:first\:translate-x-0:first-child{
    --tw-translate-x: 0 !important;
  }

  .xl\:first\:translate-x-1:first-child{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:first\:translate-x-2:first-child{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:first\:translate-x-3:first-child{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:first\:translate-x-4:first-child{
    --tw-translate-x: 1rem !important;
  }

  .xl\:first\:translate-x-5:first-child{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:first\:translate-x-6:first-child{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:first\:translate-x-8:first-child{
    --tw-translate-x: 2rem !important;
  }

  .xl\:first\:translate-x-10:first-child{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:first\:translate-x-11:first-child{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:first\:translate-x-12:first-child{
    --tw-translate-x: 3rem !important;
  }

  .xl\:first\:translate-x-16:first-child{
    --tw-translate-x: 4rem !important;
  }

  .xl\:first\:translate-x-20:first-child{
    --tw-translate-x: 5rem !important;
  }

  .xl\:first\:translate-x-24:first-child{
    --tw-translate-x: 6rem !important;
  }

  .xl\:first\:translate-x-32:first-child{
    --tw-translate-x: 8rem !important;
  }

  .xl\:first\:translate-x-40:first-child{
    --tw-translate-x: 10rem !important;
  }

  .xl\:first\:translate-x-48:first-child{
    --tw-translate-x: 12rem !important;
  }

  .xl\:first\:translate-x-56:first-child{
    --tw-translate-x: 14rem !important;
  }

  .xl\:first\:translate-x-64:first-child{
    --tw-translate-x: 16rem !important;
  }

  .xl\:first\:translate-x-px:first-child{
    --tw-translate-x: 1px !important;
  }

  .xl\:first\:-translate-x-1:first-child{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:first\:-translate-x-2:first-child{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:first\:-translate-x-3:first-child{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:first\:-translate-x-4:first-child{
    --tw-translate-x: -1rem !important;
  }

  .xl\:first\:-translate-x-5:first-child{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:first\:-translate-x-6:first-child{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:first\:-translate-x-8:first-child{
    --tw-translate-x: -2rem !important;
  }

  .xl\:first\:-translate-x-10:first-child{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:first\:-translate-x-11:first-child{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:first\:-translate-x-12:first-child{
    --tw-translate-x: -3rem !important;
  }

  .xl\:first\:-translate-x-16:first-child{
    --tw-translate-x: -4rem !important;
  }

  .xl\:first\:-translate-x-20:first-child{
    --tw-translate-x: -5rem !important;
  }

  .xl\:first\:-translate-x-24:first-child{
    --tw-translate-x: -6rem !important;
  }

  .xl\:first\:-translate-x-32:first-child{
    --tw-translate-x: -8rem !important;
  }

  .xl\:first\:-translate-x-40:first-child{
    --tw-translate-x: -10rem !important;
  }

  .xl\:first\:-translate-x-48:first-child{
    --tw-translate-x: -12rem !important;
  }

  .xl\:first\:-translate-x-56:first-child{
    --tw-translate-x: -14rem !important;
  }

  .xl\:first\:-translate-x-64:first-child{
    --tw-translate-x: -16rem !important;
  }

  .xl\:first\:-translate-x-px:first-child{
    --tw-translate-x: -1px !important;
  }

  .xl\:first\:translate-x-1\/2:first-child{
    --tw-translate-x: 50% !important;
  }

  .xl\:first\:translate-x-1\/3:first-child{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:first\:translate-x-2\/3:first-child{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:first\:translate-x-1\/4:first-child{
    --tw-translate-x: 25% !important;
  }

  .xl\:first\:translate-x-2\/4:first-child{
    --tw-translate-x: 50% !important;
  }

  .xl\:first\:translate-x-3\/4:first-child{
    --tw-translate-x: 75% !important;
  }

  .xl\:first\:translate-x-full:first-child{
    --tw-translate-x: 100% !important;
  }

  .xl\:first\:-translate-x-1\/2:first-child{
    --tw-translate-x: -50% !important;
  }

  .xl\:first\:-translate-x-1\/3:first-child{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:first\:-translate-x-2\/3:first-child{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:first\:-translate-x-1\/4:first-child{
    --tw-translate-x: -25% !important;
  }

  .xl\:first\:-translate-x-2\/4:first-child{
    --tw-translate-x: -50% !important;
  }

  .xl\:first\:-translate-x-3\/4:first-child{
    --tw-translate-x: -75% !important;
  }

  .xl\:first\:-translate-x-full:first-child{
    --tw-translate-x: -100% !important;
  }

  .xl\:first\:translate-y-0:first-child{
    --tw-translate-y: 0 !important;
  }

  .xl\:first\:translate-y-1:first-child{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:first\:translate-y-2:first-child{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:first\:translate-y-3:first-child{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:first\:translate-y-4:first-child{
    --tw-translate-y: 1rem !important;
  }

  .xl\:first\:translate-y-5:first-child{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:first\:translate-y-6:first-child{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:first\:translate-y-8:first-child{
    --tw-translate-y: 2rem !important;
  }

  .xl\:first\:translate-y-10:first-child{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:first\:translate-y-11:first-child{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:first\:translate-y-12:first-child{
    --tw-translate-y: 3rem !important;
  }

  .xl\:first\:translate-y-16:first-child{
    --tw-translate-y: 4rem !important;
  }

  .xl\:first\:translate-y-20:first-child{
    --tw-translate-y: 5rem !important;
  }

  .xl\:first\:translate-y-24:first-child{
    --tw-translate-y: 6rem !important;
  }

  .xl\:first\:translate-y-32:first-child{
    --tw-translate-y: 8rem !important;
  }

  .xl\:first\:translate-y-40:first-child{
    --tw-translate-y: 10rem !important;
  }

  .xl\:first\:translate-y-48:first-child{
    --tw-translate-y: 12rem !important;
  }

  .xl\:first\:translate-y-56:first-child{
    --tw-translate-y: 14rem !important;
  }

  .xl\:first\:translate-y-64:first-child{
    --tw-translate-y: 16rem !important;
  }

  .xl\:first\:translate-y-px:first-child{
    --tw-translate-y: 1px !important;
  }

  .xl\:first\:-translate-y-1:first-child{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:first\:-translate-y-2:first-child{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:first\:-translate-y-3:first-child{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:first\:-translate-y-4:first-child{
    --tw-translate-y: -1rem !important;
  }

  .xl\:first\:-translate-y-5:first-child{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:first\:-translate-y-6:first-child{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:first\:-translate-y-8:first-child{
    --tw-translate-y: -2rem !important;
  }

  .xl\:first\:-translate-y-10:first-child{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:first\:-translate-y-11:first-child{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:first\:-translate-y-12:first-child{
    --tw-translate-y: -3rem !important;
  }

  .xl\:first\:-translate-y-16:first-child{
    --tw-translate-y: -4rem !important;
  }

  .xl\:first\:-translate-y-20:first-child{
    --tw-translate-y: -5rem !important;
  }

  .xl\:first\:-translate-y-24:first-child{
    --tw-translate-y: -6rem !important;
  }

  .xl\:first\:-translate-y-32:first-child{
    --tw-translate-y: -8rem !important;
  }

  .xl\:first\:-translate-y-40:first-child{
    --tw-translate-y: -10rem !important;
  }

  .xl\:first\:-translate-y-48:first-child{
    --tw-translate-y: -12rem !important;
  }

  .xl\:first\:-translate-y-56:first-child{
    --tw-translate-y: -14rem !important;
  }

  .xl\:first\:-translate-y-64:first-child{
    --tw-translate-y: -16rem !important;
  }

  .xl\:first\:-translate-y-px:first-child{
    --tw-translate-y: -1px !important;
  }

  .xl\:first\:translate-y-1\/2:first-child{
    --tw-translate-y: 50% !important;
  }

  .xl\:first\:translate-y-1\/3:first-child{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:first\:translate-y-2\/3:first-child{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:first\:translate-y-1\/4:first-child{
    --tw-translate-y: 25% !important;
  }

  .xl\:first\:translate-y-2\/4:first-child{
    --tw-translate-y: 50% !important;
  }

  .xl\:first\:translate-y-3\/4:first-child{
    --tw-translate-y: 75% !important;
  }

  .xl\:first\:translate-y-full:first-child{
    --tw-translate-y: 100% !important;
  }

  .xl\:first\:-translate-y-1\/2:first-child{
    --tw-translate-y: -50% !important;
  }

  .xl\:first\:-translate-y-1\/3:first-child{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:first\:-translate-y-2\/3:first-child{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:first\:-translate-y-1\/4:first-child{
    --tw-translate-y: -25% !important;
  }

  .xl\:first\:-translate-y-2\/4:first-child{
    --tw-translate-y: -50% !important;
  }

  .xl\:first\:-translate-y-3\/4:first-child{
    --tw-translate-y: -75% !important;
  }

  .xl\:first\:-translate-y-full:first-child{
    --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-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-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: 12rem !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-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-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: -12rem !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-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-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: 12rem !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-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-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: -12rem !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-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-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: 12rem !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-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-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: -12rem !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-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-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: 12rem !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-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-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: -12rem !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\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none{
    animation: none !important;
  }

  .xl\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    animation: bounce 1s infinite !important;
  }

  .xl\:cursor-auto{
    cursor: auto !important;
  }

  .xl\:cursor{
    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\:disabled\:cursor-auto:disabled{
    cursor: auto !important;
  }

  .xl\:disabled\:cursor:disabled{
    cursor: DEFAULT !important;
  }

  .xl\:disabled\:cursor-pointer:disabled{
    cursor: pointer !important;
  }

  .xl\:disabled\:cursor-wait:disabled{
    cursor: wait !important;
  }

  .xl\:disabled\:cursor-text:disabled{
    cursor: text !important;
  }

  .xl\:disabled\:cursor-move:disabled{
    cursor: move !important;
  }

  .xl\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all{
    -webkit-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto{
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:resize-none{
    resize: none !important;
  }

  .xl\:resize-y{
    resize: vertical !important;
  }

  .xl\:resize-x{
    resize: horizontal !important;
  }

  .xl\:resize{
    resize: both !important;
  }

  .xl\:list-inside{
    list-style-position: inside !important;
  }

  .xl\:list-outside{
    list-style-position: outside !important;
  }

  .xl\:list-none{
    list-style-type: none !important;
  }

  .xl\:list-disc{
    list-style-type: disc !important;
  }

  .xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:appearance-none{
    appearance: none !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:flex-row{
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .xl\:place-content-center{
    place-content: center !important;
  }

  .xl\:place-content-start{
    place-content: start !important;
  }

  .xl\:place-content-end{
    place-content: end !important;
  }

  .xl\:place-content-between{
    place-content: space-between !important;
  }

  .xl\:place-content-around{
    place-content: space-around !important;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:place-items-start{
    place-items: start !important;
  }

  .xl\:place-items-end{
    place-items: end !important;
  }

  .xl\:place-items-center{
    place-items: center !important;
  }

  .xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:content-center{
    align-content: center !important;
  }

  .xl\:content-start{
    align-content: flex-start !important;
  }

  .xl\:content-end{
    align-content: flex-end !important;
  }

  .xl\:content-between{
    align-content: space-between !important;
  }

  .xl\:content-around{
    align-content: space-around !important;
  }

  .xl\:content-evenly{
    align-content: space-evenly !important;
  }

  .xl\:items-start{
    align-items: flex-start !important;
  }

  .xl\:items-end{
    align-items: flex-end !important;
  }

  .xl\:items-center{
    align-items: center !important;
  }

  .xl\:items-baseline{
    align-items: baseline !important;
  }

  .xl\:items-stretch{
    align-items: stretch !important;
  }

  .xl\:justify-start{
    justify-content: flex-start !important;
  }

  .xl\:justify-end{
    justify-content: flex-end !important;
  }

  .xl\:justify-center{
    justify-content: center !important;
  }

  .xl\:justify-between{
    justify-content: space-between !important;
  }

  .xl\:justify-around{
    justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:justify-items-start{
    justify-items: start !important;
  }

  .xl\:justify-items-end{
    justify-items: end !important;
  }

  .xl\:justify-items-center{
    justify-items: center !important;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:gap-0{
    gap: 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-11{
    gap: 2.75rem !important;
  }

  .xl\:gap-12{
    gap: 3rem !important;
  }

  .xl\:gap-16{
    gap: 4rem !important;
  }

  .xl\:gap-20{
    gap: 5rem !important;
  }

  .xl\:gap-24{
    gap: 6rem !important;
  }

  .xl\:gap-32{
    gap: 8rem !important;
  }

  .xl\:gap-40{
    gap: 10rem !important;
  }

  .xl\:gap-48{
    gap: 12rem !important;
  }

  .xl\:gap-56{
    gap: 14rem !important;
  }

  .xl\:gap-64{
    gap: 16rem !important;
  }

  .xl\:gap-px{
    gap: 1px !important;
  }

  .xl\:gap-x-0{
    column-gap: 0 !important;
  }

  .xl\:gap-x-1{
    column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    column-gap: 1.5rem !important;
  }

  .xl\:gap-x-8{
    column-gap: 2rem !important;
  }

  .xl\:gap-x-10{
    column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11{
    column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12{
    column-gap: 3rem !important;
  }

  .xl\:gap-x-16{
    column-gap: 4rem !important;
  }

  .xl\:gap-x-20{
    column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    column-gap: 6rem !important;
  }

  .xl\:gap-x-32{
    column-gap: 8rem !important;
  }

  .xl\:gap-x-40{
    column-gap: 10rem !important;
  }

  .xl\:gap-x-48{
    column-gap: 12rem !important;
  }

  .xl\:gap-x-56{
    column-gap: 14rem !important;
  }

  .xl\:gap-x-64{
    column-gap: 16rem !important;
  }

  .xl\:gap-x-px{
    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-11{
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xl\:gap-y-16{
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    row-gap: 6rem !important;
  }

  .xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xl\:gap-y-48{
    row-gap: 12rem !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\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-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-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-1 > :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-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-dark-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-dark-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-dark-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-dark-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-e4e > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xl\:place-self-auto{
    place-self: auto !important;
  }

  .xl\:place-self-start{
    place-self: start !important;
  }

  .xl\:place-self-end{
    place-self: end !important;
  }

  .xl\:place-self-center{
    place-self: center !important;
  }

  .xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xl\:self-auto{
    align-self: auto !important;
  }

  .xl\:self-start{
    align-self: flex-start !important;
  }

  .xl\:self-end{
    align-self: flex-end !important;
  }

  .xl\:self-center{
    align-self: center !important;
  }

  .xl\:self-stretch{
    align-self: stretch !important;
  }

  .xl\:self-baseline{
    align-self: baseline !important;
  }

  .xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:justify-self-start{
    justify-self: start !important;
  }

  .xl\:justify-self-end{
    justify-self: end !important;
  }

  .xl\:justify-self-center{
    justify-self: center !important;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:overflow-auto{
    overflow: auto !important;
  }

  .xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:overflow-visible{
    overflow: visible !important;
  }

  .xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip{
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre{
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:rounded{
    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-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !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-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-0{
    border-width: 0 !important;
  }

  .xl\:border-1{
    border-width: 1px !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: 0 !important;
  }

  .xl\:border-t-1{
    border-top-width: 1px !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:border-r-1{
    border-right-width: 1px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:border-l-1{
    border-left-width: 1px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:border-solid{
    border-style: solid !important;
  }

  .xl\:border-dashed{
    border-style: dashed !important;
  }

  .xl\:border-dotted{
    border-style: dotted !important;
  }

  .xl\:border-double{
    border-style: double !important;
  }

  .xl\:border-none{
    border-style: none !important;
  }

  .xl\:border-transparent{
    border-color: transparent !important;
  }

  .xl\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-dark-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-dark-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-dark-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-dark-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-e4e{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-dark-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-dark-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-dark-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-e4e:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-dark-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-dark-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-dark-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-e4e:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !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-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !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-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !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-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-dark-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-dark-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-dark-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-e4e:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-dark-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-dark-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-dark-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-e4e:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, 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-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .xl\:group-focus\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-transparent:active{
    background-color: transparent !important;
  }

  .xl\:active\:bg-black:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-white:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-dark-50:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-dark-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-dark-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-dark-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-gray-e4e:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-red-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-green-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-teal-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-indigo-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:bg-pink-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-transparent:disabled{
    background-color: transparent !important;
  }

  .xl\:disabled\:bg-black:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-white:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-dark-50:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-dark-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-dark-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-dark-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-gray-e4e:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-red-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-orange-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-yellow-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-green-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-teal-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-blue-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-indigo-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-purple-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:disabled\:bg-pink-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !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-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !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-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !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-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\: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-gray-dark-50{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:from-gray-dark-100{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:from-gray-dark-200{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:from-gray-dark-700{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:from-gray-e4e{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:from-teal-500{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:from-blue-500{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-dark-50:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-gray-dark-100:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:from-gray-dark-200:hover{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:hover\:from-gray-dark-700:hover{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:from-gray-e4e:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:from-teal-500:hover{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:hover\:from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-dark-50:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-gray-dark-100:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:from-gray-dark-200:focus{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:focus\:from-gray-dark-700:focus{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:from-gray-e4e:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:from-teal-500:focus{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:focus\:from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-dark-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:via-gray-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:via-gray-dark-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:via-gray-dark-700{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:via-gray-e4e{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-dark-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-gray-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:via-gray-dark-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:hover\:via-gray-dark-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:via-gray-e4e:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:hover\:via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-dark-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-gray-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:via-gray-dark-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .xl\:focus\:via-gray-dark-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:via-gray-e4e:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .xl\:focus\:via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 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-gray-dark-50{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:to-gray-dark-100{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:to-gray-dark-200{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .xl\:to-gray-dark-700{
    --tw-gradient-to: #979797 !important;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:to-gray-e4e{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:to-teal-500{
    --tw-gradient-to: #30CED0 !important;
  }

  .xl\:to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:to-blue-500{
    --tw-gradient-to: #3A98DC !important;
  }

  .xl\:to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:to-pink-900{
    --tw-gradient-to: #702459 !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-gray-dark-50:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:hover\:to-gray-dark-100:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:hover\:to-gray-dark-200:hover{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .xl\:hover\:to-gray-dark-700:hover{
    --tw-gradient-to: #979797 !important;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:hover\:to-gray-e4e:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:hover\:to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:hover\:to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:hover\:to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:hover\:to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:hover\:to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:hover\:to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:hover\:to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:hover\:to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:hover\:to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:hover\:to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:hover\:to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:hover\:to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:hover\:to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:hover\:to-teal-500:hover{
    --tw-gradient-to: #30CED0 !important;
  }

  .xl\:hover\:to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:hover\:to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:hover\:to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:hover\:to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3A98DC !important;
  }

  .xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #702459 !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-gray-dark-50:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .xl\:focus\:to-gray-dark-100:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:focus\:to-gray-dark-200:focus{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .xl\:focus\:to-gray-dark-700:focus{
    --tw-gradient-to: #979797 !important;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:focus\:to-gray-e4e:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:focus\:to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:focus\:to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:focus\:to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:focus\:to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:focus\:to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:focus\:to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:focus\:to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:focus\:to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:focus\:to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:focus\:to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:focus\:to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:focus\:to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:focus\:to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:focus\:to-teal-500:focus{
    --tw-gradient-to: #30CED0 !important;
  }

  .xl\:focus\:to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:focus\:to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:focus\:to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:focus\:to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3A98DC !important;
  }

  .xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .xl\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:bg-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{
    background-clip: text !important;
  }

  .xl\:bg-bottom{
    background-position: bottom !important;
  }

  .xl\:bg-center{
    background-position: center !important;
  }

  .xl\:bg-left{
    background-position: left !important;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:bg-left-top{
    background-position: left top !important;
  }

  .xl\:bg-right{
    background-position: right !important;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:bg-right-top{
    background-position: right top !important;
  }

  .xl\:bg-top{
    background-position: top !important;
  }

  .xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:bg-origin-border{
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content{
    background-origin: content-box !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:object-contain{
    object-fit: contain !important;
  }

  .xl\:object-cover{
    object-fit: cover !important;
  }

  .xl\:object-fill{
    object-fit: fill !important;
  }

  .xl\:object-none{
    object-fit: none !important;
  }

  .xl\:object-scale-down{
    object-fit: scale-down !important;
  }

  .xl\:object-bottom{
    object-position: bottom !important;
  }

  .xl\:object-center{
    object-position: center !important;
  }

  .xl\:object-left{
    object-position: left !important;
  }

  .xl\:object-left-bottom{
    object-position: left bottom !important;
  }

  .xl\:object-left-top{
    object-position: left top !important;
  }

  .xl\:object-right{
    object-position: right !important;
  }

  .xl\:object-right-bottom{
    object-position: right bottom !important;
  }

  .xl\:object-right-top{
    object-position: right top !important;
  }

  .xl\:object-top{
    object-position: top !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-11{
    padding: 2.75rem !important;
  }

  .xl\:p-12{
    padding: 3rem !important;
  }

  .xl\:p-16{
    padding: 4rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-24{
    padding: 6rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-48{
    padding: 12rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:pt-0{
    padding-top: 0 !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pt-11{
    padding-top: 2.75rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pt-48{
    padding-top: 12rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pr-0{
    padding-right: 0 !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pr-11{
    padding-right: 2.75rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pr-48{
    padding-right: 12rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pl-0{
    padding-left: 0 !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pl-11{
    padding-left: 2.75rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pl-48{
    padding-left: 12rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:align-top{
    vertical-align: top !important;
  }

  .xl\:align-middle{
    vertical-align: middle !important;
  }

  .xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:font-sans{
    font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:text-2xs{
    font-size: 0.5rem !important;
  }

  .xl\:text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:text-sm{
    font-size: 0.875rem !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.5rem !important;
  }

  .xl\:text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl{
    font-size: 3rem !important;
  }

  .xl\:text-6xl{
    font-size: 4rem !important;
  }

  .xl\:font-hairline{
    font-weight: 100 !important;
  }

  .xl\:font-thin{
    font-weight: 200 !important;
  }

  .xl\:font-light{
    font-weight: 300 !important;
  }

  .xl\:font-normal{
    font-weight: 400 !important;
  }

  .xl\:font-medium{
    font-weight: 500 !important;
  }

  .xl\:font-semibold{
    font-weight: 600 !important;
  }

  .xl\:font-bold{
    font-weight: 700 !important;
  }

  .xl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:uppercase{
    text-transform: uppercase !important;
  }

  .xl\:lowercase{
    text-transform: lowercase !important;
  }

  .xl\:capitalize{
    text-transform: capitalize !important;
  }

  .xl\:normal-case{
    text-transform: none !important;
  }

  .xl\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:leading-loose{
    line-height: 2 !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\: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-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-dark-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-dark-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-dark-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-e4e:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-dark-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-dark-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-dark-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-e4e:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !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-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !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-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !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-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dark-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dark-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dark-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dark-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e4e::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !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::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dark-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dark-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dark-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dark-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e4e:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-dark-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-dark-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-dark-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-dark-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-e4e{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-dark-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-dark-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-dark-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-e4e:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, 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-gray-dark-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-dark-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-dark-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-dark-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-e4e:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !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-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !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-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:ring-offset-gray-dark-50{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:ring-offset-gray-dark-100{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:ring-offset-gray-dark-200{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .xl\:ring-offset-gray-dark-700{
    --tw-ring-offset-color: #979797 !important;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:ring-offset-gray-e4e{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:ring-offset-teal-500{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .xl\:ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:focus-within\:ring-offset-gray-dark-100:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:focus-within\:ring-offset-gray-dark-200:focus-within{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .xl\:focus-within\:ring-offset-gray-dark-700:focus-within{
    --tw-ring-offset-color: #979797 !important;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:focus-within\:ring-offset-gray-e4e:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:focus-within\:ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:focus-within\:ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:focus-within\:ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:focus-within\:ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:focus-within\:ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .xl\:focus-within\:ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:focus-within\:ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:focus-within\:ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:focus-within\:ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !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-gray-dark-50:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .xl\:focus\:ring-offset-gray-dark-100:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:focus\:ring-offset-gray-dark-200:focus{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .xl\:focus\:ring-offset-gray-dark-700:focus{
    --tw-ring-offset-color: #979797 !important;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:focus\:ring-offset-gray-e4e:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:focus\:ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:focus\:ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:focus\:ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:focus\:ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:focus\:ring-offset-teal-500:focus{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .xl\:focus\:ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:focus\:ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:focus\:ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:focus\:ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:filter-none{
    filter: none !important;
  }

  .xl\:hover\:filter:hover{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:hover\:filter-none:hover{
    filter: none !important;
  }

  .xl\:focus\:filter:focus{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:focus\:filter-none:focus{
    filter: none !important;
  }

  .group:hover .xl\:group-hover\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .group:hover .xl\:group-hover\:filter-none{
    filter: none !important;
  }

  .xl\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur{
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .xl\:invert{
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none{
    transition-property: none !important;
  }

  .xl\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:delay-75{
    transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl\:duration-75{
    transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl\:ease-linear{
    transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:filter-none{
    filter: none !important;
  }

  .xl\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .xl\:filter-invert{
    filter: invert(1) !important;
  }

  .xl\:filter-sepia{
    filter: sepia(1) !important;
  }

  .xl\:filter-brightness{
    filter: brightness(1) !important;
  }

  .xl\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }

  .xl\:hover\:filter-none:hover{
    filter: none !important;
  }

  .xl\:hover\:filter-grayscale:hover{
    filter: grayscale(1) !important;
  }

  .xl\:hover\:filter-invert:hover{
    filter: invert(1) !important;
  }

  .xl\:hover\:filter-sepia:hover{
    filter: sepia(1) !important;
  }

  .xl\:hover\:filter-brightness:hover{
    filter: brightness(1) !important;
  }

  .xl\:hover\:filter-white-overlay:hover{
    filter: brightness(0) invert(1) !important;
  }

  .xl\:focus\:filter-none:focus{
    filter: none !important;
  }

  .xl\:focus\:filter-grayscale:focus{
    filter: grayscale(1) !important;
  }

  .xl\:focus\:filter-invert:focus{
    filter: invert(1) !important;
  }

  .xl\:focus\:filter-sepia:focus{
    filter: sepia(1) !important;
  }

  .xl\:focus\:filter-brightness:focus{
    filter: brightness(1) !important;
  }

  .xl\:focus\:filter-white-overlay:focus{
    filter: brightness(0) invert(1) !important;
  }

  .group:hover .xl\:group-hover\:filter-none{
    filter: none !important;
  }

  .group:hover .xl\:group-hover\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .group:hover .xl\:group-hover\:filter-invert{
    filter: invert(1) !important;
  }

  .group:hover .xl\:group-hover\:filter-sepia{
    filter: sepia(1) !important;
  }

  .group:hover .xl\:group-hover\:filter-brightness{
    filter: brightness(1) !important;
  }

  .group:hover .xl\:group-hover\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }
}

@media print{
  .print\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .print\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 960px){
    .print\:container{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .print\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px){
    .print\:container{
      max-width: 1600px;
    }
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:pointer-events-none{
    pointer-events: none !important;
  }

  .print\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .print\:visible{
    visibility: visible !important;
  }

  .print\:invisible{
    visibility: hidden !important;
  }

  .print\:static{
    position: static !important;
  }

  .print\:fixed{
    position: fixed !important;
  }

  .print\:absolute{
    position: absolute !important;
  }

  .print\:relative{
    position: relative !important;
  }

  .print\:sticky{
    position: sticky !important;
  }

  .print\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .print\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .print\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .print\:inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .print\:inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .print\:inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .print\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .print\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .print\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .print\:top-0{
    top: 0 !important;
  }

  .print\:top-1\/2{
    top: 50% !important;
  }

  .print\:top-auto{
    top: auto !important;
  }

  .print\:right-0{
    right: 0 !important;
  }

  .print\:right-1\/2{
    right: 50% !important;
  }

  .print\:right-auto{
    right: auto !important;
  }

  .print\:bottom-0{
    bottom: 0 !important;
  }

  .print\:bottom-1\/2{
    bottom: 50% !important;
  }

  .print\:bottom-auto{
    bottom: auto !important;
  }

  .print\:left-0{
    left: 0 !important;
  }

  .print\:left-1\/2{
    left: 50% !important;
  }

  .print\:left-auto{
    left: auto !important;
  }

  .print\:isolate{
    isolation: isolate !important;
  }

  .print\:isolation-auto{
    isolation: auto !important;
  }

  .print\:z-0{
    z-index: 0 !important;
  }

  .print\:z-10{
    z-index: 10 !important;
  }

  .print\:z-20{
    z-index: 20 !important;
  }

  .print\:z-30{
    z-index: 30 !important;
  }

  .print\:z-40{
    z-index: 40 !important;
  }

  .print\:z-50{
    z-index: 50 !important;
  }

  .print\:z-70{
    z-index: 70 !important;
  }

  .print\:z-80{
    z-index: 80 !important;
  }

  .print\:z-90{
    z-index: 90 !important;
  }

  .print\:z-100{
    z-index: 100 !important;
  }

  .print\:z-auto{
    z-index: auto !important;
  }

  .print\:order-1{
    order: 1 !important;
  }

  .print\:order-2{
    order: 2 !important;
  }

  .print\:order-3{
    order: 3 !important;
  }

  .print\:order-4{
    order: 4 !important;
  }

  .print\:order-5{
    order: 5 !important;
  }

  .print\:order-6{
    order: 6 !important;
  }

  .print\:order-7{
    order: 7 !important;
  }

  .print\:order-8{
    order: 8 !important;
  }

  .print\:order-9{
    order: 9 !important;
  }

  .print\:order-10{
    order: 10 !important;
  }

  .print\:order-11{
    order: 11 !important;
  }

  .print\:order-12{
    order: 12 !important;
  }

  .print\:order-first{
    order: -9999 !important;
  }

  .print\:order-last{
    order: 9999 !important;
  }

  .print\:order-none{
    order: 0 !important;
  }

  .print\:col-auto{
    grid-column: auto !important;
  }

  .print\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .print\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .print\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .print\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .print\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .print\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .print\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .print\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .print\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .print\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .print\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .print\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .print\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .print\:col-start-1{
    grid-column-start: 1 !important;
  }

  .print\:col-start-2{
    grid-column-start: 2 !important;
  }

  .print\:col-start-3{
    grid-column-start: 3 !important;
  }

  .print\:col-start-4{
    grid-column-start: 4 !important;
  }

  .print\:col-start-5{
    grid-column-start: 5 !important;
  }

  .print\:col-start-6{
    grid-column-start: 6 !important;
  }

  .print\:col-start-7{
    grid-column-start: 7 !important;
  }

  .print\:col-start-8{
    grid-column-start: 8 !important;
  }

  .print\:col-start-9{
    grid-column-start: 9 !important;
  }

  .print\:col-start-10{
    grid-column-start: 10 !important;
  }

  .print\:col-start-11{
    grid-column-start: 11 !important;
  }

  .print\:col-start-12{
    grid-column-start: 12 !important;
  }

  .print\:col-start-13{
    grid-column-start: 13 !important;
  }

  .print\:col-start-auto{
    grid-column-start: auto !important;
  }

  .print\:col-end-1{
    grid-column-end: 1 !important;
  }

  .print\:col-end-2{
    grid-column-end: 2 !important;
  }

  .print\:col-end-3{
    grid-column-end: 3 !important;
  }

  .print\:col-end-4{
    grid-column-end: 4 !important;
  }

  .print\:col-end-5{
    grid-column-end: 5 !important;
  }

  .print\:col-end-6{
    grid-column-end: 6 !important;
  }

  .print\:col-end-7{
    grid-column-end: 7 !important;
  }

  .print\:col-end-8{
    grid-column-end: 8 !important;
  }

  .print\:col-end-9{
    grid-column-end: 9 !important;
  }

  .print\:col-end-10{
    grid-column-end: 10 !important;
  }

  .print\:col-end-11{
    grid-column-end: 11 !important;
  }

  .print\:col-end-12{
    grid-column-end: 12 !important;
  }

  .print\:col-end-13{
    grid-column-end: 13 !important;
  }

  .print\:col-end-auto{
    grid-column-end: auto !important;
  }

  .print\:row-auto{
    grid-row: auto !important;
  }

  .print\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .print\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .print\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .print\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .print\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .print\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .print\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .print\:row-start-1{
    grid-row-start: 1 !important;
  }

  .print\:row-start-2{
    grid-row-start: 2 !important;
  }

  .print\:row-start-3{
    grid-row-start: 3 !important;
  }

  .print\:row-start-4{
    grid-row-start: 4 !important;
  }

  .print\:row-start-5{
    grid-row-start: 5 !important;
  }

  .print\:row-start-6{
    grid-row-start: 6 !important;
  }

  .print\:row-start-7{
    grid-row-start: 7 !important;
  }

  .print\:row-start-auto{
    grid-row-start: auto !important;
  }

  .print\:row-end-1{
    grid-row-end: 1 !important;
  }

  .print\:row-end-2{
    grid-row-end: 2 !important;
  }

  .print\:row-end-3{
    grid-row-end: 3 !important;
  }

  .print\:row-end-4{
    grid-row-end: 4 !important;
  }

  .print\:row-end-5{
    grid-row-end: 5 !important;
  }

  .print\:row-end-6{
    grid-row-end: 6 !important;
  }

  .print\:row-end-7{
    grid-row-end: 7 !important;
  }

  .print\:row-end-auto{
    grid-row-end: auto !important;
  }

  .print\:float-right{
    float: right !important;
  }

  .print\:float-left{
    float: left !important;
  }

  .print\:float-none{
    float: none !important;
  }

  .print\:clear-left{
    clear: left !important;
  }

  .print\:clear-right{
    clear: right !important;
  }

  .print\:clear-both{
    clear: both !important;
  }

  .print\:clear-none{
    clear: none !important;
  }

  .print\:m-0{
    margin: 0 !important;
  }

  .print\:m-1{
    margin: 0.25rem !important;
  }

  .print\:m-2{
    margin: 0.5rem !important;
  }

  .print\:m-3{
    margin: 0.75rem !important;
  }

  .print\:m-4{
    margin: 1rem !important;
  }

  .print\:m-5{
    margin: 1.25rem !important;
  }

  .print\:m-6{
    margin: 1.5rem !important;
  }

  .print\:m-8{
    margin: 2rem !important;
  }

  .print\:m-10{
    margin: 2.5rem !important;
  }

  .print\:m-11{
    margin: 2.75rem !important;
  }

  .print\:m-12{
    margin: 3rem !important;
  }

  .print\:m-16{
    margin: 4rem !important;
  }

  .print\:m-20{
    margin: 5rem !important;
  }

  .print\:m-24{
    margin: 6rem !important;
  }

  .print\:m-32{
    margin: 8rem !important;
  }

  .print\:m-40{
    margin: 10rem !important;
  }

  .print\:m-48{
    margin: 12rem !important;
  }

  .print\:m-56{
    margin: 14rem !important;
  }

  .print\:m-64{
    margin: 16rem !important;
  }

  .print\:m-auto{
    margin: auto !important;
  }

  .print\:m-px{
    margin: 1px !important;
  }

  .print\:-m-1{
    margin: -0.25rem !important;
  }

  .print\:-m-2{
    margin: -0.5rem !important;
  }

  .print\:-m-3{
    margin: -0.75rem !important;
  }

  .print\:-m-4{
    margin: -1rem !important;
  }

  .print\:-m-5{
    margin: -1.25rem !important;
  }

  .print\:-m-6{
    margin: -1.5rem !important;
  }

  .print\:-m-8{
    margin: -2rem !important;
  }

  .print\:-m-10{
    margin: -2.5rem !important;
  }

  .print\:-m-11{
    margin: -2.75rem !important;
  }

  .print\:-m-12{
    margin: -3rem !important;
  }

  .print\:-m-16{
    margin: -4rem !important;
  }

  .print\:-m-20{
    margin: -5rem !important;
  }

  .print\:-m-24{
    margin: -6rem !important;
  }

  .print\:-m-32{
    margin: -8rem !important;
  }

  .print\:-m-40{
    margin: -10rem !important;
  }

  .print\:-m-48{
    margin: -12rem !important;
  }

  .print\:-m-56{
    margin: -14rem !important;
  }

  .print\:-m-64{
    margin: -16rem !important;
  }

  .print\:-m-px{
    margin: -1px !important;
  }

  .print\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .print\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .print\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .print\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .print\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .print\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .print\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .print\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .print\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .print\:mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .print\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .print\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .print\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .print\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .print\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .print\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .print\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .print\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .print\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .print\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .print\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .print\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .print\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .print\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .print\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .print\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .print\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .print\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .print\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .print\:-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .print\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .print\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .print\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .print\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .print\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .print\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .print\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .print\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .print\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .print\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .print\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .print\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .print\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .print\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .print\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .print\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .print\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .print\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .print\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .print\:my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .print\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .print\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .print\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .print\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .print\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .print\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .print\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .print\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .print\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .print\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .print\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .print\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .print\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .print\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .print\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .print\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .print\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .print\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .print\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .print\:-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .print\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .print\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .print\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .print\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .print\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .print\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .print\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .print\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .print\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .print\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .print\:mt-0{
    margin-top: 0 !important;
  }

  .print\:mt-1{
    margin-top: 0.25rem !important;
  }

  .print\:mt-2{
    margin-top: 0.5rem !important;
  }

  .print\:mt-3{
    margin-top: 0.75rem !important;
  }

  .print\:mt-4{
    margin-top: 1rem !important;
  }

  .print\:mt-5{
    margin-top: 1.25rem !important;
  }

  .print\:mt-6{
    margin-top: 1.5rem !important;
  }

  .print\:mt-8{
    margin-top: 2rem !important;
  }

  .print\:mt-10{
    margin-top: 2.5rem !important;
  }

  .print\:mt-11{
    margin-top: 2.75rem !important;
  }

  .print\:mt-12{
    margin-top: 3rem !important;
  }

  .print\:mt-16{
    margin-top: 4rem !important;
  }

  .print\:mt-20{
    margin-top: 5rem !important;
  }

  .print\:mt-24{
    margin-top: 6rem !important;
  }

  .print\:mt-32{
    margin-top: 8rem !important;
  }

  .print\:mt-40{
    margin-top: 10rem !important;
  }

  .print\:mt-48{
    margin-top: 12rem !important;
  }

  .print\:mt-56{
    margin-top: 14rem !important;
  }

  .print\:mt-64{
    margin-top: 16rem !important;
  }

  .print\:mt-auto{
    margin-top: auto !important;
  }

  .print\:mt-px{
    margin-top: 1px !important;
  }

  .print\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .print\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .print\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .print\:-mt-4{
    margin-top: -1rem !important;
  }

  .print\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .print\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .print\:-mt-8{
    margin-top: -2rem !important;
  }

  .print\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .print\:-mt-11{
    margin-top: -2.75rem !important;
  }

  .print\:-mt-12{
    margin-top: -3rem !important;
  }

  .print\:-mt-16{
    margin-top: -4rem !important;
  }

  .print\:-mt-20{
    margin-top: -5rem !important;
  }

  .print\:-mt-24{
    margin-top: -6rem !important;
  }

  .print\:-mt-32{
    margin-top: -8rem !important;
  }

  .print\:-mt-40{
    margin-top: -10rem !important;
  }

  .print\:-mt-48{
    margin-top: -12rem !important;
  }

  .print\:-mt-56{
    margin-top: -14rem !important;
  }

  .print\:-mt-64{
    margin-top: -16rem !important;
  }

  .print\:-mt-px{
    margin-top: -1px !important;
  }

  .print\:mr-0{
    margin-right: 0 !important;
  }

  .print\:mr-1{
    margin-right: 0.25rem !important;
  }

  .print\:mr-2{
    margin-right: 0.5rem !important;
  }

  .print\:mr-3{
    margin-right: 0.75rem !important;
  }

  .print\:mr-4{
    margin-right: 1rem !important;
  }

  .print\:mr-5{
    margin-right: 1.25rem !important;
  }

  .print\:mr-6{
    margin-right: 1.5rem !important;
  }

  .print\:mr-8{
    margin-right: 2rem !important;
  }

  .print\:mr-10{
    margin-right: 2.5rem !important;
  }

  .print\:mr-11{
    margin-right: 2.75rem !important;
  }

  .print\:mr-12{
    margin-right: 3rem !important;
  }

  .print\:mr-16{
    margin-right: 4rem !important;
  }

  .print\:mr-20{
    margin-right: 5rem !important;
  }

  .print\:mr-24{
    margin-right: 6rem !important;
  }

  .print\:mr-32{
    margin-right: 8rem !important;
  }

  .print\:mr-40{
    margin-right: 10rem !important;
  }

  .print\:mr-48{
    margin-right: 12rem !important;
  }

  .print\:mr-56{
    margin-right: 14rem !important;
  }

  .print\:mr-64{
    margin-right: 16rem !important;
  }

  .print\:mr-auto{
    margin-right: auto !important;
  }

  .print\:mr-px{
    margin-right: 1px !important;
  }

  .print\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .print\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .print\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .print\:-mr-4{
    margin-right: -1rem !important;
  }

  .print\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .print\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .print\:-mr-8{
    margin-right: -2rem !important;
  }

  .print\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .print\:-mr-11{
    margin-right: -2.75rem !important;
  }

  .print\:-mr-12{
    margin-right: -3rem !important;
  }

  .print\:-mr-16{
    margin-right: -4rem !important;
  }

  .print\:-mr-20{
    margin-right: -5rem !important;
  }

  .print\:-mr-24{
    margin-right: -6rem !important;
  }

  .print\:-mr-32{
    margin-right: -8rem !important;
  }

  .print\:-mr-40{
    margin-right: -10rem !important;
  }

  .print\:-mr-48{
    margin-right: -12rem !important;
  }

  .print\:-mr-56{
    margin-right: -14rem !important;
  }

  .print\:-mr-64{
    margin-right: -16rem !important;
  }

  .print\:-mr-px{
    margin-right: -1px !important;
  }

  .print\:mb-0{
    margin-bottom: 0 !important;
  }

  .print\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .print\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .print\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .print\:mb-4{
    margin-bottom: 1rem !important;
  }

  .print\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .print\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .print\:mb-8{
    margin-bottom: 2rem !important;
  }

  .print\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .print\:mb-11{
    margin-bottom: 2.75rem !important;
  }

  .print\:mb-12{
    margin-bottom: 3rem !important;
  }

  .print\:mb-16{
    margin-bottom: 4rem !important;
  }

  .print\:mb-20{
    margin-bottom: 5rem !important;
  }

  .print\:mb-24{
    margin-bottom: 6rem !important;
  }

  .print\:mb-32{
    margin-bottom: 8rem !important;
  }

  .print\:mb-40{
    margin-bottom: 10rem !important;
  }

  .print\:mb-48{
    margin-bottom: 12rem !important;
  }

  .print\:mb-56{
    margin-bottom: 14rem !important;
  }

  .print\:mb-64{
    margin-bottom: 16rem !important;
  }

  .print\:mb-auto{
    margin-bottom: auto !important;
  }

  .print\:mb-px{
    margin-bottom: 1px !important;
  }

  .print\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .print\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .print\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .print\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .print\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .print\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .print\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .print\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .print\:-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .print\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .print\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .print\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .print\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .print\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .print\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .print\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .print\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .print\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .print\:-mb-px{
    margin-bottom: -1px !important;
  }

  .print\:ml-0{
    margin-left: 0 !important;
  }

  .print\:ml-1{
    margin-left: 0.25rem !important;
  }

  .print\:ml-2{
    margin-left: 0.5rem !important;
  }

  .print\:ml-3{
    margin-left: 0.75rem !important;
  }

  .print\:ml-4{
    margin-left: 1rem !important;
  }

  .print\:ml-5{
    margin-left: 1.25rem !important;
  }

  .print\:ml-6{
    margin-left: 1.5rem !important;
  }

  .print\:ml-8{
    margin-left: 2rem !important;
  }

  .print\:ml-10{
    margin-left: 2.5rem !important;
  }

  .print\:ml-11{
    margin-left: 2.75rem !important;
  }

  .print\:ml-12{
    margin-left: 3rem !important;
  }

  .print\:ml-16{
    margin-left: 4rem !important;
  }

  .print\:ml-20{
    margin-left: 5rem !important;
  }

  .print\:ml-24{
    margin-left: 6rem !important;
  }

  .print\:ml-32{
    margin-left: 8rem !important;
  }

  .print\:ml-40{
    margin-left: 10rem !important;
  }

  .print\:ml-48{
    margin-left: 12rem !important;
  }

  .print\:ml-56{
    margin-left: 14rem !important;
  }

  .print\:ml-64{
    margin-left: 16rem !important;
  }

  .print\:ml-auto{
    margin-left: auto !important;
  }

  .print\:ml-px{
    margin-left: 1px !important;
  }

  .print\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .print\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .print\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .print\:-ml-4{
    margin-left: -1rem !important;
  }

  .print\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .print\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .print\:-ml-8{
    margin-left: -2rem !important;
  }

  .print\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .print\:-ml-11{
    margin-left: -2.75rem !important;
  }

  .print\:-ml-12{
    margin-left: -3rem !important;
  }

  .print\:-ml-16{
    margin-left: -4rem !important;
  }

  .print\:-ml-20{
    margin-left: -5rem !important;
  }

  .print\:-ml-24{
    margin-left: -6rem !important;
  }

  .print\:-ml-32{
    margin-left: -8rem !important;
  }

  .print\:-ml-40{
    margin-left: -10rem !important;
  }

  .print\:-ml-48{
    margin-left: -12rem !important;
  }

  .print\:-ml-56{
    margin-left: -14rem !important;
  }

  .print\:-ml-64{
    margin-left: -16rem !important;
  }

  .print\:-ml-px{
    margin-left: -1px !important;
  }

  .print\:box-border{
    box-sizing: border-box !important;
  }

  .print\:box-content{
    box-sizing: content-box !important;
  }

  .print\:block{
    display: block !important;
  }

  .print\:inline-block{
    display: inline-block !important;
  }

  .print\:inline{
    display: inline !important;
  }

  .print\:flex{
    display: flex !important;
  }

  .print\:inline-flex{
    display: inline-flex !important;
  }

  .print\:table{
    display: table !important;
  }

  .print\:inline-table{
    display: inline-table !important;
  }

  .print\:table-caption{
    display: table-caption !important;
  }

  .print\:table-cell{
    display: table-cell !important;
  }

  .print\:table-column{
    display: table-column !important;
  }

  .print\:table-column-group{
    display: table-column-group !important;
  }

  .print\:table-footer-group{
    display: table-footer-group !important;
  }

  .print\:table-header-group{
    display: table-header-group !important;
  }

  .print\:table-row-group{
    display: table-row-group !important;
  }

  .print\:table-row{
    display: table-row !important;
  }

  .print\:flow-root{
    display: flow-root !important;
  }

  .print\:grid{
    display: grid !important;
  }

  .print\:inline-grid{
    display: inline-grid !important;
  }

  .print\:contents{
    display: contents !important;
  }

  .print\:list-item{
    display: list-item !important;
  }

  .print\:hidden{
    display: none !important;
  }

  .print\:h-0{
    height: 0 !important;
  }

  .print\:h-1{
    height: 0.25rem !important;
  }

  .print\:h-2{
    height: 0.5rem !important;
  }

  .print\:h-3{
    height: 0.75rem !important;
  }

  .print\:h-4{
    height: 1rem !important;
  }

  .print\:h-5{
    height: 1.25rem !important;
  }

  .print\:h-6{
    height: 1.5rem !important;
  }

  .print\:h-8{
    height: 2rem !important;
  }

  .print\:h-10{
    height: 2.5rem !important;
  }

  .print\:h-11{
    height: 2.75rem !important;
  }

  .print\:h-12{
    height: 3rem !important;
  }

  .print\:h-16{
    height: 4rem !important;
  }

  .print\:h-20{
    height: 5rem !important;
  }

  .print\:h-24{
    height: 6rem !important;
  }

  .print\:h-32{
    height: 8rem !important;
  }

  .print\:h-40{
    height: 10rem !important;
  }

  .print\:h-48{
    height: 12rem !important;
  }

  .print\:h-56{
    height: 14rem !important;
  }

  .print\:h-64{
    height: 16rem !important;
  }

  .print\:h-auto{
    height: auto !important;
  }

  .print\:h-px{
    height: 1px !important;
  }

  .print\:h-full{
    height: 100% !important;
  }

  .print\:h-screen{
    height: 100vh !important;
  }

  .print\:max-h-full{
    max-height: 100% !important;
  }

  .print\:max-h-screen{
    max-height: 100vh !important;
  }

  .print\:max-h-xs{
    max-height: 20rem !important;
  }

  .print\:max-h-sm{
    max-height: 24rem !important;
  }

  .print\:max-h-md{
    max-height: 28rem !important;
  }

  .print\:max-h-lg{
    max-height: 32rem !important;
  }

  .print\:max-h-xl{
    max-height: 36rem !important;
  }

  .print\:max-h-2xl{
    max-height: 42rem !important;
  }

  .print\:max-h-3xl{
    max-height: 48rem !important;
  }

  .print\:max-h-4xl{
    max-height: 56rem !important;
  }

  .print\:max-h-5xl{
    max-height: 64rem !important;
  }

  .print\:max-h-6xl{
    max-height: 72rem !important;
  }

  .print\:min-h-0{
    min-height: 0 !important;
  }

  .print\:min-h-1{
    min-height: 0.25rem !important;
  }

  .print\:min-h-2{
    min-height: 0.5rem !important;
  }

  .print\:min-h-3{
    min-height: 0.75rem !important;
  }

  .print\:min-h-4{
    min-height: 1rem !important;
  }

  .print\:min-h-5{
    min-height: 1.25rem !important;
  }

  .print\:min-h-6{
    min-height: 1.5rem !important;
  }

  .print\:min-h-8{
    min-height: 2rem !important;
  }

  .print\:min-h-10{
    min-height: 2.5rem !important;
  }

  .print\:min-h-11{
    min-height: 2.75rem !important;
  }

  .print\:min-h-12{
    min-height: 3rem !important;
  }

  .print\:min-h-16{
    min-height: 4rem !important;
  }

  .print\:min-h-20{
    min-height: 5rem !important;
  }

  .print\:min-h-24{
    min-height: 6rem !important;
  }

  .print\:min-h-32{
    min-height: 8rem !important;
  }

  .print\:min-h-40{
    min-height: 10rem !important;
  }

  .print\:min-h-48{
    min-height: 12rem !important;
  }

  .print\:min-h-56{
    min-height: 14rem !important;
  }

  .print\:min-h-64{
    min-height: 16rem !important;
  }

  .print\:min-h-full{
    min-height: 100% !important;
  }

  .print\:min-h-screen{
    min-height: 100vh !important;
  }

  .print\:w-0{
    width: 0 !important;
  }

  .print\:w-1{
    width: 0.25rem !important;
  }

  .print\:w-2{
    width: 0.5rem !important;
  }

  .print\:w-3{
    width: 0.75rem !important;
  }

  .print\:w-4{
    width: 1rem !important;
  }

  .print\:w-5{
    width: 1.25rem !important;
  }

  .print\:w-6{
    width: 1.5rem !important;
  }

  .print\:w-8{
    width: 2rem !important;
  }

  .print\:w-10{
    width: 2.5rem !important;
  }

  .print\:w-11{
    width: 2.75rem !important;
  }

  .print\:w-12{
    width: 3rem !important;
  }

  .print\:w-16{
    width: 4rem !important;
  }

  .print\:w-20{
    width: 5rem !important;
  }

  .print\:w-24{
    width: 6rem !important;
  }

  .print\:w-32{
    width: 8rem !important;
  }

  .print\:w-40{
    width: 10rem !important;
  }

  .print\:w-48{
    width: 12rem !important;
  }

  .print\:w-56{
    width: 14rem !important;
  }

  .print\:w-64{
    width: 16rem !important;
  }

  .print\:w-auto{
    width: auto !important;
  }

  .print\:w-px{
    width: 1px !important;
  }

  .print\:w-1\/2{
    width: 50% !important;
  }

  .print\:w-1\/3{
    width: 33.333333% !important;
  }

  .print\:w-2\/3{
    width: 66.666667% !important;
  }

  .print\:w-1\/4{
    width: 25% !important;
  }

  .print\:w-2\/4{
    width: 50% !important;
  }

  .print\:w-3\/4{
    width: 75% !important;
  }

  .print\:w-1\/5{
    width: 20% !important;
  }

  .print\:w-2\/5{
    width: 40% !important;
  }

  .print\:w-3\/5{
    width: 60% !important;
  }

  .print\:w-4\/5{
    width: 80% !important;
  }

  .print\:w-1\/6{
    width: 16.666667% !important;
  }

  .print\:w-2\/6{
    width: 33.333333% !important;
  }

  .print\:w-3\/6{
    width: 50% !important;
  }

  .print\:w-4\/6{
    width: 66.666667% !important;
  }

  .print\:w-5\/6{
    width: 83.333333% !important;
  }

  .print\:w-1\/12{
    width: 8.333333% !important;
  }

  .print\:w-2\/12{
    width: 16.666667% !important;
  }

  .print\:w-3\/12{
    width: 25% !important;
  }

  .print\:w-4\/12{
    width: 33.333333% !important;
  }

  .print\:w-5\/12{
    width: 41.666667% !important;
  }

  .print\:w-6\/12{
    width: 50% !important;
  }

  .print\:w-7\/12{
    width: 58.333333% !important;
  }

  .print\:w-8\/12{
    width: 66.666667% !important;
  }

  .print\:w-9\/12{
    width: 75% !important;
  }

  .print\:w-10\/12{
    width: 83.333333% !important;
  }

  .print\:w-11\/12{
    width: 91.666667% !important;
  }

  .print\:w-full{
    width: 100% !important;
  }

  .print\:w-screen{
    width: 100vw !important;
  }

  .print\:w-w-min{
    width: min-content !important;
  }

  .print\:w-w-max{
    width: max-content !important;
  }

  .print\:min-w-0{
    min-width: 0 !important;
  }

  .print\:min-w-1{
    min-width: 0.25rem !important;
  }

  .print\:min-w-2{
    min-width: 0.5rem !important;
  }

  .print\:min-w-3{
    min-width: 0.75rem !important;
  }

  .print\:min-w-4{
    min-width: 1rem !important;
  }

  .print\:min-w-5{
    min-width: 1.25rem !important;
  }

  .print\:min-w-6{
    min-width: 1.5rem !important;
  }

  .print\:min-w-8{
    min-width: 2rem !important;
  }

  .print\:min-w-10{
    min-width: 2.5rem !important;
  }

  .print\:min-w-11{
    min-width: 2.75rem !important;
  }

  .print\:min-w-12{
    min-width: 3rem !important;
  }

  .print\:min-w-16{
    min-width: 4rem !important;
  }

  .print\:min-w-20{
    min-width: 5rem !important;
  }

  .print\:min-w-24{
    min-width: 6rem !important;
  }

  .print\:min-w-32{
    min-width: 8rem !important;
  }

  .print\:min-w-40{
    min-width: 10rem !important;
  }

  .print\:min-w-48{
    min-width: 12rem !important;
  }

  .print\:min-w-56{
    min-width: 14rem !important;
  }

  .print\:min-w-64{
    min-width: 16rem !important;
  }

  .print\:min-w-auto{
    min-width: auto !important;
  }

  .print\:min-w-px{
    min-width: 1px !important;
  }

  .print\:max-w-xs{
    max-width: 20rem !important;
  }

  .print\:max-w-sm{
    max-width: 24rem !important;
  }

  .print\:max-w-md{
    max-width: 28rem !important;
  }

  .print\:max-w-lg{
    max-width: 32rem !important;
  }

  .print\:max-w-xl{
    max-width: 36rem !important;
  }

  .print\:max-w-2xl{
    max-width: 42rem !important;
  }

  .print\:max-w-3xl{
    max-width: 48rem !important;
  }

  .print\:max-w-4xl{
    max-width: 56rem !important;
  }

  .print\:max-w-5xl{
    max-width: 64rem !important;
  }

  .print\:max-w-6xl{
    max-width: 72rem !important;
  }

  .print\:max-w-full{
    max-width: 100% !important;
  }

  .print\:flex-1{
    flex: 1 1 0% !important;
  }

  .print\:flex-auto{
    flex: 1 1 auto !important;
  }

  .print\:flex-initial{
    flex: 0 1 auto !important;
  }

  .print\:flex-none{
    flex: none !important;
  }

  .print\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .print\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .print\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .print\:flex-grow{
    flex-grow: 1 !important;
  }

  .print\:table-auto{
    table-layout: auto !important;
  }

  .print\:table-fixed{
    table-layout: fixed !important;
  }

  .print\:border-collapse{
    border-collapse: collapse !important;
  }

  .print\:border-separate{
    border-collapse: separate !important;
  }

  .print\:origin-center{
    transform-origin: center !important;
  }

  .print\:origin-top{
    transform-origin: top !important;
  }

  .print\:origin-top-right{
    transform-origin: top right !important;
  }

  .print\:origin-right{
    transform-origin: right !important;
  }

  .print\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .print\:origin-bottom{
    transform-origin: bottom !important;
  }

  .print\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .print\:origin-left{
    transform-origin: left !important;
  }

  .print\:origin-top-left{
    transform-origin: top left !important;
  }

  .print\:transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .print\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .print\:transform-none{
    transform: none !important;
  }

  .print\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .print\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .print\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .print\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .print\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .print\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .print\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .print\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .print\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .print\:translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .print\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .print\:translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .print\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .print\:translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .print\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .print\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .print\:translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .print\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .print\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .print\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .print\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .print\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .print\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .print\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .print\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .print\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .print\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .print\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .print\:-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .print\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .print\:-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .print\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .print\:-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .print\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .print\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .print\:-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .print\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .print\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .print\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .print\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .print\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .print\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .print\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .print\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .print\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .print\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .print\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .print\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .print\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .print\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .print\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .print\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .print\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .print\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .print\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .print\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .print\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .print\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .print\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .print\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .print\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .print\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .print\:translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .print\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .print\:translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .print\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .print\:translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .print\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .print\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .print\:translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .print\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .print\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .print\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .print\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .print\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .print\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .print\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .print\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .print\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .print\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .print\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .print\:-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .print\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .print\:-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .print\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .print\:-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .print\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .print\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .print\:-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .print\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .print\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .print\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .print\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .print\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .print\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .print\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .print\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .print\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .print\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .print\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .print\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .print\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .print\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .print\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .print\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .print\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .print\:first\:translate-x-0:first-child{
    --tw-translate-x: 0 !important;
  }

  .print\:first\:translate-x-1:first-child{
    --tw-translate-x: 0.25rem !important;
  }

  .print\:first\:translate-x-2:first-child{
    --tw-translate-x: 0.5rem !important;
  }

  .print\:first\:translate-x-3:first-child{
    --tw-translate-x: 0.75rem !important;
  }

  .print\:first\:translate-x-4:first-child{
    --tw-translate-x: 1rem !important;
  }

  .print\:first\:translate-x-5:first-child{
    --tw-translate-x: 1.25rem !important;
  }

  .print\:first\:translate-x-6:first-child{
    --tw-translate-x: 1.5rem !important;
  }

  .print\:first\:translate-x-8:first-child{
    --tw-translate-x: 2rem !important;
  }

  .print\:first\:translate-x-10:first-child{
    --tw-translate-x: 2.5rem !important;
  }

  .print\:first\:translate-x-11:first-child{
    --tw-translate-x: 2.75rem !important;
  }

  .print\:first\:translate-x-12:first-child{
    --tw-translate-x: 3rem !important;
  }

  .print\:first\:translate-x-16:first-child{
    --tw-translate-x: 4rem !important;
  }

  .print\:first\:translate-x-20:first-child{
    --tw-translate-x: 5rem !important;
  }

  .print\:first\:translate-x-24:first-child{
    --tw-translate-x: 6rem !important;
  }

  .print\:first\:translate-x-32:first-child{
    --tw-translate-x: 8rem !important;
  }

  .print\:first\:translate-x-40:first-child{
    --tw-translate-x: 10rem !important;
  }

  .print\:first\:translate-x-48:first-child{
    --tw-translate-x: 12rem !important;
  }

  .print\:first\:translate-x-56:first-child{
    --tw-translate-x: 14rem !important;
  }

  .print\:first\:translate-x-64:first-child{
    --tw-translate-x: 16rem !important;
  }

  .print\:first\:translate-x-px:first-child{
    --tw-translate-x: 1px !important;
  }

  .print\:first\:-translate-x-1:first-child{
    --tw-translate-x: -0.25rem !important;
  }

  .print\:first\:-translate-x-2:first-child{
    --tw-translate-x: -0.5rem !important;
  }

  .print\:first\:-translate-x-3:first-child{
    --tw-translate-x: -0.75rem !important;
  }

  .print\:first\:-translate-x-4:first-child{
    --tw-translate-x: -1rem !important;
  }

  .print\:first\:-translate-x-5:first-child{
    --tw-translate-x: -1.25rem !important;
  }

  .print\:first\:-translate-x-6:first-child{
    --tw-translate-x: -1.5rem !important;
  }

  .print\:first\:-translate-x-8:first-child{
    --tw-translate-x: -2rem !important;
  }

  .print\:first\:-translate-x-10:first-child{
    --tw-translate-x: -2.5rem !important;
  }

  .print\:first\:-translate-x-11:first-child{
    --tw-translate-x: -2.75rem !important;
  }

  .print\:first\:-translate-x-12:first-child{
    --tw-translate-x: -3rem !important;
  }

  .print\:first\:-translate-x-16:first-child{
    --tw-translate-x: -4rem !important;
  }

  .print\:first\:-translate-x-20:first-child{
    --tw-translate-x: -5rem !important;
  }

  .print\:first\:-translate-x-24:first-child{
    --tw-translate-x: -6rem !important;
  }

  .print\:first\:-translate-x-32:first-child{
    --tw-translate-x: -8rem !important;
  }

  .print\:first\:-translate-x-40:first-child{
    --tw-translate-x: -10rem !important;
  }

  .print\:first\:-translate-x-48:first-child{
    --tw-translate-x: -12rem !important;
  }

  .print\:first\:-translate-x-56:first-child{
    --tw-translate-x: -14rem !important;
  }

  .print\:first\:-translate-x-64:first-child{
    --tw-translate-x: -16rem !important;
  }

  .print\:first\:-translate-x-px:first-child{
    --tw-translate-x: -1px !important;
  }

  .print\:first\:translate-x-1\/2:first-child{
    --tw-translate-x: 50% !important;
  }

  .print\:first\:translate-x-1\/3:first-child{
    --tw-translate-x: 33.333333% !important;
  }

  .print\:first\:translate-x-2\/3:first-child{
    --tw-translate-x: 66.666667% !important;
  }

  .print\:first\:translate-x-1\/4:first-child{
    --tw-translate-x: 25% !important;
  }

  .print\:first\:translate-x-2\/4:first-child{
    --tw-translate-x: 50% !important;
  }

  .print\:first\:translate-x-3\/4:first-child{
    --tw-translate-x: 75% !important;
  }

  .print\:first\:translate-x-full:first-child{
    --tw-translate-x: 100% !important;
  }

  .print\:first\:-translate-x-1\/2:first-child{
    --tw-translate-x: -50% !important;
  }

  .print\:first\:-translate-x-1\/3:first-child{
    --tw-translate-x: -33.333333% !important;
  }

  .print\:first\:-translate-x-2\/3:first-child{
    --tw-translate-x: -66.666667% !important;
  }

  .print\:first\:-translate-x-1\/4:first-child{
    --tw-translate-x: -25% !important;
  }

  .print\:first\:-translate-x-2\/4:first-child{
    --tw-translate-x: -50% !important;
  }

  .print\:first\:-translate-x-3\/4:first-child{
    --tw-translate-x: -75% !important;
  }

  .print\:first\:-translate-x-full:first-child{
    --tw-translate-x: -100% !important;
  }

  .print\:first\:translate-y-0:first-child{
    --tw-translate-y: 0 !important;
  }

  .print\:first\:translate-y-1:first-child{
    --tw-translate-y: 0.25rem !important;
  }

  .print\:first\:translate-y-2:first-child{
    --tw-translate-y: 0.5rem !important;
  }

  .print\:first\:translate-y-3:first-child{
    --tw-translate-y: 0.75rem !important;
  }

  .print\:first\:translate-y-4:first-child{
    --tw-translate-y: 1rem !important;
  }

  .print\:first\:translate-y-5:first-child{
    --tw-translate-y: 1.25rem !important;
  }

  .print\:first\:translate-y-6:first-child{
    --tw-translate-y: 1.5rem !important;
  }

  .print\:first\:translate-y-8:first-child{
    --tw-translate-y: 2rem !important;
  }

  .print\:first\:translate-y-10:first-child{
    --tw-translate-y: 2.5rem !important;
  }

  .print\:first\:translate-y-11:first-child{
    --tw-translate-y: 2.75rem !important;
  }

  .print\:first\:translate-y-12:first-child{
    --tw-translate-y: 3rem !important;
  }

  .print\:first\:translate-y-16:first-child{
    --tw-translate-y: 4rem !important;
  }

  .print\:first\:translate-y-20:first-child{
    --tw-translate-y: 5rem !important;
  }

  .print\:first\:translate-y-24:first-child{
    --tw-translate-y: 6rem !important;
  }

  .print\:first\:translate-y-32:first-child{
    --tw-translate-y: 8rem !important;
  }

  .print\:first\:translate-y-40:first-child{
    --tw-translate-y: 10rem !important;
  }

  .print\:first\:translate-y-48:first-child{
    --tw-translate-y: 12rem !important;
  }

  .print\:first\:translate-y-56:first-child{
    --tw-translate-y: 14rem !important;
  }

  .print\:first\:translate-y-64:first-child{
    --tw-translate-y: 16rem !important;
  }

  .print\:first\:translate-y-px:first-child{
    --tw-translate-y: 1px !important;
  }

  .print\:first\:-translate-y-1:first-child{
    --tw-translate-y: -0.25rem !important;
  }

  .print\:first\:-translate-y-2:first-child{
    --tw-translate-y: -0.5rem !important;
  }

  .print\:first\:-translate-y-3:first-child{
    --tw-translate-y: -0.75rem !important;
  }

  .print\:first\:-translate-y-4:first-child{
    --tw-translate-y: -1rem !important;
  }

  .print\:first\:-translate-y-5:first-child{
    --tw-translate-y: -1.25rem !important;
  }

  .print\:first\:-translate-y-6:first-child{
    --tw-translate-y: -1.5rem !important;
  }

  .print\:first\:-translate-y-8:first-child{
    --tw-translate-y: -2rem !important;
  }

  .print\:first\:-translate-y-10:first-child{
    --tw-translate-y: -2.5rem !important;
  }

  .print\:first\:-translate-y-11:first-child{
    --tw-translate-y: -2.75rem !important;
  }

  .print\:first\:-translate-y-12:first-child{
    --tw-translate-y: -3rem !important;
  }

  .print\:first\:-translate-y-16:first-child{
    --tw-translate-y: -4rem !important;
  }

  .print\:first\:-translate-y-20:first-child{
    --tw-translate-y: -5rem !important;
  }

  .print\:first\:-translate-y-24:first-child{
    --tw-translate-y: -6rem !important;
  }

  .print\:first\:-translate-y-32:first-child{
    --tw-translate-y: -8rem !important;
  }

  .print\:first\:-translate-y-40:first-child{
    --tw-translate-y: -10rem !important;
  }

  .print\:first\:-translate-y-48:first-child{
    --tw-translate-y: -12rem !important;
  }

  .print\:first\:-translate-y-56:first-child{
    --tw-translate-y: -14rem !important;
  }

  .print\:first\:-translate-y-64:first-child{
    --tw-translate-y: -16rem !important;
  }

  .print\:first\:-translate-y-px:first-child{
    --tw-translate-y: -1px !important;
  }

  .print\:first\:translate-y-1\/2:first-child{
    --tw-translate-y: 50% !important;
  }

  .print\:first\:translate-y-1\/3:first-child{
    --tw-translate-y: 33.333333% !important;
  }

  .print\:first\:translate-y-2\/3:first-child{
    --tw-translate-y: 66.666667% !important;
  }

  .print\:first\:translate-y-1\/4:first-child{
    --tw-translate-y: 25% !important;
  }

  .print\:first\:translate-y-2\/4:first-child{
    --tw-translate-y: 50% !important;
  }

  .print\:first\:translate-y-3\/4:first-child{
    --tw-translate-y: 75% !important;
  }

  .print\:first\:translate-y-full:first-child{
    --tw-translate-y: 100% !important;
  }

  .print\:first\:-translate-y-1\/2:first-child{
    --tw-translate-y: -50% !important;
  }

  .print\:first\:-translate-y-1\/3:first-child{
    --tw-translate-y: -33.333333% !important;
  }

  .print\:first\:-translate-y-2\/3:first-child{
    --tw-translate-y: -66.666667% !important;
  }

  .print\:first\:-translate-y-1\/4:first-child{
    --tw-translate-y: -25% !important;
  }

  .print\:first\:-translate-y-2\/4:first-child{
    --tw-translate-y: -50% !important;
  }

  .print\:first\:-translate-y-3\/4:first-child{
    --tw-translate-y: -75% !important;
  }

  .print\:first\:-translate-y-full:first-child{
    --tw-translate-y: -100% !important;
  }

  .print\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .print\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .print\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .print\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .print\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .print\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .print\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .print\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .print\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .print\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .print\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .print\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .print\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .print\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .print\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .print\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .print\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .print\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .print\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .print\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .print\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .print\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .print\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .print\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .print\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .print\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .print\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .print\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .print\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .print\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .print\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .print\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .print\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .print\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .print\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .print\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .print\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .print\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .print\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .print\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .print\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .print\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .print\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .print\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .print\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .print\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .print\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .print\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .print\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .print\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .print\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .print\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .print\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .print\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .print\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .print\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .print\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .print\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .print\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .print\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .print\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .print\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .print\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .print\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .print\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .print\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .print\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .print\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .print\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .print\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .print\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .print\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .print\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .print\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .print\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .print\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .print\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .print\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .print\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .print\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .print\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .print\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .print\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .print\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .print\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .print\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .print\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .print\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .print\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .print\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .print\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .print\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .print\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .print\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .print\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .print\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .print\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .print\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .print\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .print\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .print\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .print\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .print\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .print\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .print\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .print\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .print\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .print\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .print\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .print\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .print\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .print\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .print\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .print\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .print\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .print\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .print\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .print\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .print\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .print\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .print\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .print\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .print\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .print\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .print\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .print\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .print\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .print\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .print\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .print\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .print\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .print\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .print\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .print\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .print\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .print\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .print\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .print\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .print\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .print\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .print\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .print\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .print\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .print\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .print\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .print\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .print\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .print\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .print\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .print\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .print\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .print\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .print\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .print\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .print\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .print\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .print\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .print\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .print\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .print\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .print\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .print\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .print\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .print\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .print\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .print\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .print\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .print\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .print\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .print\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .print\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .print\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .print\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .print\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .print\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .print\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .print\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .print\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .print\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .print\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .print\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .print\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .print\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .print\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .print\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .print\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .print\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .print\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .print\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .print\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .print\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .print\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .print\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .print\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .print\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .print\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .print\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .print\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .print\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .print\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .print\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .print\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .print\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .print\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .print\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .print\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .print\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .print\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .print\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .print\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .print\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .print\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .print\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .print\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .print\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .print\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .print\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .print\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .print\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .print\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .print\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .print\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .print\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .print\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .print\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .print\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .print\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .print\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .print\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .print\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .print\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .print\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .print\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .print\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .print\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .print\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .print\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .print\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .print\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .print\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .print\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .print\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .print\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .print\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .print\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .print\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .print\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .print\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .print\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .print\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .print\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .print\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .print\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .print\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .print\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .print\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .print\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .print\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .print\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .print\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .print\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .print\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .print\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .print\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .print\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .print\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .print\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .print\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .print\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .print\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .print\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .print\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .print\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .print\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .print\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .print\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .print\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .print\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .print\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .print\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .print\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .print\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .print\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .print\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .print\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .print\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .print\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .print\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .print\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .print\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .print\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .print\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .print\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .print\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .print\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .print\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .print\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .print\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .print\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .print\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .print\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .print\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .print\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .print\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .print\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .print\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .print\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .print\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .print\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .print\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .print\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .print\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .print\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .print\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .print\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .print\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .print\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .print\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .print\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .print\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .print\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .print\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .print\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .print\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .print\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .print\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .print\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .print\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .print\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .print\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .print\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .print\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .print\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .print\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .print\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .print\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .print\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .print\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .print\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .print\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .print\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .print\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .print\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .print\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .print\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .print\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .print\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .print\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .print\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .print\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .print\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .print\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .print\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .print\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .print\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .print\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .print\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .print\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .print\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .print\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .print\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .print\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .print\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .print\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .print\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .print\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .print\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .print\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .print\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .print\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .print\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .print\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .print\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .print\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .print\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .print\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .print\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .print\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .print\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .print\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .print\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .print\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .print\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .print\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .print\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .print\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .print\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .print\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .print\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .print\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .print\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .print\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .print\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .print\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .print\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .print\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .print\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .print\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .print\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .print\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .print\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .print\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .print\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .print\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .print\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .print\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .print\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .print\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .print\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .print\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .print\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .print\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .print\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .print\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .print\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .print\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .print\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .print\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .print\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .print\:animate-none{
    animation: none !important;
  }

  .print\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .print\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .print\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .print\:animate-bounce{
    animation: bounce 1s infinite !important;
  }

  .print\:cursor-auto{
    cursor: auto !important;
  }

  .print\:cursor{
    cursor: DEFAULT !important;
  }

  .print\:cursor-pointer{
    cursor: pointer !important;
  }

  .print\:cursor-wait{
    cursor: wait !important;
  }

  .print\:cursor-text{
    cursor: text !important;
  }

  .print\:cursor-move{
    cursor: move !important;
  }

  .print\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .print\:disabled\:cursor-auto:disabled{
    cursor: auto !important;
  }

  .print\:disabled\:cursor:disabled{
    cursor: DEFAULT !important;
  }

  .print\:disabled\:cursor-pointer:disabled{
    cursor: pointer !important;
  }

  .print\:disabled\:cursor-wait:disabled{
    cursor: wait !important;
  }

  .print\:disabled\:cursor-text:disabled{
    cursor: text !important;
  }

  .print\:disabled\:cursor-move:disabled{
    cursor: move !important;
  }

  .print\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed !important;
  }

  .print\:select-none{
    -webkit-user-select: none !important;
            user-select: none !important;
  }

  .print\:select-text{
    -webkit-user-select: text !important;
            user-select: text !important;
  }

  .print\:select-all{
    -webkit-user-select: all !important;
            user-select: all !important;
  }

  .print\:select-auto{
    -webkit-user-select: auto !important;
            user-select: auto !important;
  }

  .print\:resize-none{
    resize: none !important;
  }

  .print\:resize-y{
    resize: vertical !important;
  }

  .print\:resize-x{
    resize: horizontal !important;
  }

  .print\:resize{
    resize: both !important;
  }

  .print\:list-inside{
    list-style-position: inside !important;
  }

  .print\:list-outside{
    list-style-position: outside !important;
  }

  .print\:list-none{
    list-style-type: none !important;
  }

  .print\:list-disc{
    list-style-type: disc !important;
  }

  .print\:list-decimal{
    list-style-type: decimal !important;
  }

  .print\:appearance-none{
    appearance: none !important;
  }

  .print\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .print\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .print\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .print\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .print\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .print\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .print\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .print\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .print\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .print\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .print\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .print\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .print\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .print\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .print\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .print\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .print\:flex-row{
    flex-direction: row !important;
  }

  .print\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .print\:flex-col{
    flex-direction: column !important;
  }

  .print\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .print\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .print\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .print\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .print\:place-content-center{
    place-content: center !important;
  }

  .print\:place-content-start{
    place-content: start !important;
  }

  .print\:place-content-end{
    place-content: end !important;
  }

  .print\:place-content-between{
    place-content: space-between !important;
  }

  .print\:place-content-around{
    place-content: space-around !important;
  }

  .print\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .print\:place-content-stretch{
    place-content: stretch !important;
  }

  .print\:place-items-start{
    place-items: start !important;
  }

  .print\:place-items-end{
    place-items: end !important;
  }

  .print\:place-items-center{
    place-items: center !important;
  }

  .print\:place-items-stretch{
    place-items: stretch !important;
  }

  .print\:content-center{
    align-content: center !important;
  }

  .print\:content-start{
    align-content: flex-start !important;
  }

  .print\:content-end{
    align-content: flex-end !important;
  }

  .print\:content-between{
    align-content: space-between !important;
  }

  .print\:content-around{
    align-content: space-around !important;
  }

  .print\:content-evenly{
    align-content: space-evenly !important;
  }

  .print\:items-start{
    align-items: flex-start !important;
  }

  .print\:items-end{
    align-items: flex-end !important;
  }

  .print\:items-center{
    align-items: center !important;
  }

  .print\:items-baseline{
    align-items: baseline !important;
  }

  .print\:items-stretch{
    align-items: stretch !important;
  }

  .print\:justify-start{
    justify-content: flex-start !important;
  }

  .print\:justify-end{
    justify-content: flex-end !important;
  }

  .print\:justify-center{
    justify-content: center !important;
  }

  .print\:justify-between{
    justify-content: space-between !important;
  }

  .print\:justify-around{
    justify-content: space-around !important;
  }

  .print\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .print\:justify-items-start{
    justify-items: start !important;
  }

  .print\:justify-items-end{
    justify-items: end !important;
  }

  .print\:justify-items-center{
    justify-items: center !important;
  }

  .print\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .print\:gap-0{
    gap: 0 !important;
  }

  .print\:gap-1{
    gap: 0.25rem !important;
  }

  .print\:gap-2{
    gap: 0.5rem !important;
  }

  .print\:gap-3{
    gap: 0.75rem !important;
  }

  .print\:gap-4{
    gap: 1rem !important;
  }

  .print\:gap-5{
    gap: 1.25rem !important;
  }

  .print\:gap-6{
    gap: 1.5rem !important;
  }

  .print\:gap-8{
    gap: 2rem !important;
  }

  .print\:gap-10{
    gap: 2.5rem !important;
  }

  .print\:gap-11{
    gap: 2.75rem !important;
  }

  .print\:gap-12{
    gap: 3rem !important;
  }

  .print\:gap-16{
    gap: 4rem !important;
  }

  .print\:gap-20{
    gap: 5rem !important;
  }

  .print\:gap-24{
    gap: 6rem !important;
  }

  .print\:gap-32{
    gap: 8rem !important;
  }

  .print\:gap-40{
    gap: 10rem !important;
  }

  .print\:gap-48{
    gap: 12rem !important;
  }

  .print\:gap-56{
    gap: 14rem !important;
  }

  .print\:gap-64{
    gap: 16rem !important;
  }

  .print\:gap-px{
    gap: 1px !important;
  }

  .print\:gap-x-0{
    column-gap: 0 !important;
  }

  .print\:gap-x-1{
    column-gap: 0.25rem !important;
  }

  .print\:gap-x-2{
    column-gap: 0.5rem !important;
  }

  .print\:gap-x-3{
    column-gap: 0.75rem !important;
  }

  .print\:gap-x-4{
    column-gap: 1rem !important;
  }

  .print\:gap-x-5{
    column-gap: 1.25rem !important;
  }

  .print\:gap-x-6{
    column-gap: 1.5rem !important;
  }

  .print\:gap-x-8{
    column-gap: 2rem !important;
  }

  .print\:gap-x-10{
    column-gap: 2.5rem !important;
  }

  .print\:gap-x-11{
    column-gap: 2.75rem !important;
  }

  .print\:gap-x-12{
    column-gap: 3rem !important;
  }

  .print\:gap-x-16{
    column-gap: 4rem !important;
  }

  .print\:gap-x-20{
    column-gap: 5rem !important;
  }

  .print\:gap-x-24{
    column-gap: 6rem !important;
  }

  .print\:gap-x-32{
    column-gap: 8rem !important;
  }

  .print\:gap-x-40{
    column-gap: 10rem !important;
  }

  .print\:gap-x-48{
    column-gap: 12rem !important;
  }

  .print\:gap-x-56{
    column-gap: 14rem !important;
  }

  .print\:gap-x-64{
    column-gap: 16rem !important;
  }

  .print\:gap-x-px{
    column-gap: 1px !important;
  }

  .print\:gap-y-0{
    row-gap: 0 !important;
  }

  .print\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .print\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .print\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .print\:gap-y-4{
    row-gap: 1rem !important;
  }

  .print\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .print\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .print\:gap-y-8{
    row-gap: 2rem !important;
  }

  .print\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .print\:gap-y-11{
    row-gap: 2.75rem !important;
  }

  .print\:gap-y-12{
    row-gap: 3rem !important;
  }

  .print\:gap-y-16{
    row-gap: 4rem !important;
  }

  .print\:gap-y-20{
    row-gap: 5rem !important;
  }

  .print\:gap-y-24{
    row-gap: 6rem !important;
  }

  .print\:gap-y-32{
    row-gap: 8rem !important;
  }

  .print\:gap-y-40{
    row-gap: 10rem !important;
  }

  .print\:gap-y-48{
    row-gap: 12rem !important;
  }

  .print\:gap-y-56{
    row-gap: 14rem !important;
  }

  .print\:gap-y-64{
    row-gap: 16rem !important;
  }

  .print\:gap-y-px{
    row-gap: 1px !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\: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;
  }

  .print\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\: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;
  }

  .print\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\:-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;
  }

  .print\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\:-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;
  }

  .print\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .print\: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;
  }

  .print\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .print\: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;
  }

  .print\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .print\:-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;
  }

  .print\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .print\:-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;
  }

  .print\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:-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;
  }

  .print\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .print\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .print\: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;
  }

  .print\:divide-x-1 > :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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:divide-y-1 > :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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .print\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .print\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .print\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .print\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .print\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .print\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .print\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .print\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-dark-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-dark-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-dark-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-dark-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-gray-e4e > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .print\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .print\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .print\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .print\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .print\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .print\:place-self-auto{
    place-self: auto !important;
  }

  .print\:place-self-start{
    place-self: start !important;
  }

  .print\:place-self-end{
    place-self: end !important;
  }

  .print\:place-self-center{
    place-self: center !important;
  }

  .print\:place-self-stretch{
    place-self: stretch !important;
  }

  .print\:self-auto{
    align-self: auto !important;
  }

  .print\:self-start{
    align-self: flex-start !important;
  }

  .print\:self-end{
    align-self: flex-end !important;
  }

  .print\:self-center{
    align-self: center !important;
  }

  .print\:self-stretch{
    align-self: stretch !important;
  }

  .print\:self-baseline{
    align-self: baseline !important;
  }

  .print\:justify-self-auto{
    justify-self: auto !important;
  }

  .print\:justify-self-start{
    justify-self: start !important;
  }

  .print\:justify-self-end{
    justify-self: end !important;
  }

  .print\:justify-self-center{
    justify-self: center !important;
  }

  .print\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .print\:overflow-auto{
    overflow: auto !important;
  }

  .print\:overflow-hidden{
    overflow: hidden !important;
  }

  .print\:overflow-visible{
    overflow: visible !important;
  }

  .print\:overflow-scroll{
    overflow: scroll !important;
  }

  .print\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .print\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .print\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .print\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .print\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .print\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .print\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .print\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .print\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .print\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .print\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .print\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .print\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .print\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .print\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .print\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .print\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .print\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .print\:overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .print\:overflow-clip{
    text-overflow: clip !important;
  }

  .print\:whitespace-normal{
    white-space: normal !important;
  }

  .print\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .print\:whitespace-pre{
    white-space: pre !important;
  }

  .print\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .print\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .print\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .print\:break-words{
    overflow-wrap: break-word !important;
  }

  .print\:break-all{
    word-break: break-all !important;
  }

  .print\:rounded-none{
    border-radius: 0 !important;
  }

  .print\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .print\:rounded{
    border-radius: 0.25rem !important;
  }

  .print\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .print\:rounded-full{
    border-radius: 9999px !important;
  }

  .print\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .print\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .print\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .print\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .print\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .print\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .print\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .print\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .print\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .print\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .print\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .print\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .print\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .print\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .print\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .print\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .print\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .print\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .print\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .print\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .print\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .print\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .print\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .print\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .print\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .print\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .print\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .print\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .print\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .print\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .print\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .print\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .print\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .print\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .print\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .print\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .print\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .print\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .print\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .print\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .print\:border-0{
    border-width: 0 !important;
  }

  .print\:border-1{
    border-width: 1px !important;
  }

  .print\:border-2{
    border-width: 2px !important;
  }

  .print\:border-4{
    border-width: 4px !important;
  }

  .print\:border-8{
    border-width: 8px !important;
  }

  .print\:border{
    border-width: 1px !important;
  }

  .print\:border-t-0{
    border-top-width: 0 !important;
  }

  .print\:border-t-1{
    border-top-width: 1px !important;
  }

  .print\:border-t-2{
    border-top-width: 2px !important;
  }

  .print\:border-t-4{
    border-top-width: 4px !important;
  }

  .print\:border-t-8{
    border-top-width: 8px !important;
  }

  .print\:border-t{
    border-top-width: 1px !important;
  }

  .print\:border-r-0{
    border-right-width: 0 !important;
  }

  .print\:border-r-1{
    border-right-width: 1px !important;
  }

  .print\:border-r-2{
    border-right-width: 2px !important;
  }

  .print\:border-r-4{
    border-right-width: 4px !important;
  }

  .print\:border-r-8{
    border-right-width: 8px !important;
  }

  .print\:border-r{
    border-right-width: 1px !important;
  }

  .print\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .print\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .print\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .print\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .print\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .print\:border-b{
    border-bottom-width: 1px !important;
  }

  .print\:border-l-0{
    border-left-width: 0 !important;
  }

  .print\:border-l-1{
    border-left-width: 1px !important;
  }

  .print\:border-l-2{
    border-left-width: 2px !important;
  }

  .print\:border-l-4{
    border-left-width: 4px !important;
  }

  .print\:border-l-8{
    border-left-width: 8px !important;
  }

  .print\:border-l{
    border-left-width: 1px !important;
  }

  .print\:border-solid{
    border-style: solid !important;
  }

  .print\:border-dashed{
    border-style: dashed !important;
  }

  .print\:border-dotted{
    border-style: dotted !important;
  }

  .print\:border-double{
    border-style: double !important;
  }

  .print\:border-none{
    border-style: none !important;
  }

  .print\:border-transparent{
    border-color: transparent !important;
  }

  .print\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .print\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-dark-50{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-dark-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-dark-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-dark-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .print\:border-gray-e4e{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .print\:border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .print\:border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .print\:border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .print\:border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .print\:border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .print\:border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .print\:border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .print\:border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .print\:border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .print\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-dark-50:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-dark-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-dark-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-dark-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-gray-e4e:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .print\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .print\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-dark-50:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-dark-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-dark-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-dark-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-gray-e4e:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 206, 208, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 152, 220, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .print\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .print\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .print\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .print\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .print\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .print\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .print\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .print\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .print\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .print\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .print\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .print\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .print\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .print\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .print\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .print\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .print\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .print\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .print\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .print\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .print\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .print\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .print\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .print\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .print\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .print\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .print\:bg-transparent{
    background-color: transparent !important;
  }

  .print\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .print\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-dark-50:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-dark-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-dark-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-dark-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-gray-e4e:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .print\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .print\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-dark-50:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-dark-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-dark-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-dark-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-gray-e4e:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .print\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .print\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:hover .print\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .print\:group-focus\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-dark-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-dark-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-dark-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-dark-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-gray-e4e{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .group:focus .print\:group-focus\:bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-transparent:active{
    background-color: transparent !important;
  }

  .print\:active\:bg-black:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-white:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-dark-50:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-dark-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-dark-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-dark-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-gray-e4e:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-red-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-orange-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-yellow-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-green-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-teal-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-blue-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-indigo-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-purple-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-100:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-200:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-300:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-400:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-500:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-600:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-700:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-800:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .print\:active\:bg-pink-900:active{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-transparent:disabled{
    background-color: transparent !important;
  }

  .print\:disabled\:bg-black:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-white:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-dark-50:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-dark-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-dark-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-dark-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 151, 151, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-gray-e4e:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-red-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-orange-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-yellow-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-green-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 206, 208, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-teal-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 152, 220, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-blue-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-indigo-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-purple-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-100:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-200:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-300:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-400:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-500:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-600:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-700:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-800:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .print\:disabled\:bg-pink-900:disabled{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .print\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .print\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .print\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .print\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .print\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .print\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .print\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .print\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .print\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .print\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .print\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .print\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .print\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .print\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .print\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .print\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .print\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .print\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .print\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .print\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .print\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .print\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .print\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .print\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .print\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .print\:bg-none{
    background-image: none !important;
  }

  .print\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .print\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .print\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .print\:from-gray-dark-50{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:from-gray-dark-100{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:from-gray-dark-200{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:from-gray-dark-700{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:from-gray-200{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:from-gray-e4e{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:from-teal-500{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:from-blue-500{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:hover\:from-gray-dark-50:hover{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:hover\:from-gray-dark-100:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:hover\:from-gray-dark-200:hover{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:hover\:from-gray-dark-700:hover{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:hover\:from-gray-200:hover{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:hover\:from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:hover\:from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:hover\:from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:hover\:from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:hover\:from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:hover\:from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:hover\:from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:hover\:from-gray-e4e:hover{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:hover\:from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:hover\:from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:hover\:from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:hover\:from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:hover\:from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:hover\:from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:hover\:from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:hover\:from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:hover\:from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:hover\:from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:hover\:from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:hover\:from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:hover\:from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:hover\:from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:hover\:from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:hover\:from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:hover\:from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:hover\:from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:hover\:from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:hover\:from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:hover\:from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:hover\:from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:hover\:from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:hover\:from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:hover\:from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:hover\:from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:hover\:from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:hover\:from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:hover\:from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:hover\:from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:hover\:from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:hover\:from-teal-500:hover{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:hover\:from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:hover\:from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:hover\:from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:hover\:from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:hover\:from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:hover\:from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:hover\:from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:hover\:from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:hover\:from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:hover\:from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:hover\:from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:hover\:from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:hover\:from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:hover\:from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:hover\:from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:hover\:from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:hover\:from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:hover\:from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:hover\:from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:hover\:from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:hover\:from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:hover\:from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:hover\:from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:hover\:from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\: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;
  }

  .print\:focus\:from-gray-dark-50:focus{
    --tw-gradient-from: #f2f2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:focus\:from-gray-dark-100:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:focus\:from-gray-dark-200:focus{
    --tw-gradient-from: #D8D8D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:focus\:from-gray-dark-700:focus{
    --tw-gradient-from: #979797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:focus\:from-gray-200:focus{
    --tw-gradient-from: #eeeeee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:focus\:from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:focus\:from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:focus\:from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:focus\:from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:focus\:from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:focus\:from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:focus\:from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:focus\:from-gray-e4e:focus{
    --tw-gradient-from: #e4e4e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:focus\:from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:focus\:from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:focus\:from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:focus\:from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:focus\:from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:focus\:from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:focus\:from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:focus\:from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:focus\:from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:focus\:from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:focus\:from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:focus\:from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:focus\:from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:focus\:from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:focus\:from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:focus\:from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:focus\:from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:focus\:from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:focus\:from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:focus\:from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:focus\:from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:focus\:from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:focus\:from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:focus\:from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:focus\:from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:focus\:from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:focus\:from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:focus\:from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:focus\:from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:focus\:from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:focus\:from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:focus\:from-teal-500:focus{
    --tw-gradient-from: #30CED0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:focus\:from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:focus\:from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:focus\:from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:focus\:from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:focus\:from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:focus\:from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:focus\:from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3A98DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:focus\:from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:focus\:from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:focus\:from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:focus\:from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:focus\:from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:focus\:from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:focus\:from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:focus\:from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:focus\:from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:focus\:from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:focus\:from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:focus\:from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:focus\:from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:focus\:from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:focus\:from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:focus\:from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:focus\:from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .print\:via-gray-dark-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:via-gray-dark-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:via-gray-dark-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:via-gray-dark-700{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:via-gray-e4e{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .print\:hover\:via-gray-dark-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:hover\:via-gray-dark-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:hover\:via-gray-dark-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:hover\:via-gray-dark-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:hover\:via-gray-e4e:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:hover\:via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:hover\:via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:hover\:via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:hover\:via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:hover\:via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:hover\:via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:hover\:via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:hover\:via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:hover\:via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:hover\:via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:hover\:via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:hover\:via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:hover\:via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:hover\:via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:hover\:via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:hover\:via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .print\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .print\:focus\:via-gray-dark-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .print\:focus\:via-gray-dark-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:focus\:via-gray-dark-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D8D8D8, var(--tw-gradient-to, rgba(216, 216, 216, 0)) !important;
  }

  .print\:focus\:via-gray-dark-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #979797, var(--tw-gradient-to, rgba(151, 151, 151, 0)) !important;
  }

  .print\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .print\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee, var(--tw-gradient-to, rgba(238, 238, 238, 0)) !important;
  }

  .print\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .print\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .print\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .print\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .print\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .print\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .print\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .print\:focus\:via-gray-e4e:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e4, var(--tw-gradient-to, rgba(228, 228, 228, 0)) !important;
  }

  .print\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .print\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .print\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .print\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .print\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .print\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .print\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .print\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .print\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .print\:focus\:via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .print\:focus\:via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .print\:focus\:via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .print\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .print\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .print\:focus\:via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .print\:focus\:via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .print\:focus\:via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .print\:focus\:via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .print\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .print\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .print\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .print\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .print\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .print\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .print\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .print\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .print\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .print\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .print\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .print\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .print\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .print\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .print\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .print\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .print\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .print\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .print\:focus\:via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .print\:focus\:via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .print\:focus\:via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .print\:focus\:via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .print\:focus\:via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #30CED0, var(--tw-gradient-to, rgba(48, 206, 208, 0)) !important;
  }

  .print\:focus\:via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .print\:focus\:via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .print\:focus\:via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .print\:focus\:via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .print\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .print\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .print\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .print\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .print\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3A98DC, var(--tw-gradient-to, rgba(58, 152, 220, 0)) !important;
  }

  .print\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .print\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .print\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .print\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .print\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .print\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .print\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .print\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .print\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .print\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .print\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .print\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .print\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .print\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .print\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .print\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .print\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .print\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .print\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .print\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .print\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .print\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .print\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .print\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .print\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .print\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .print\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .print\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .print\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .print\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .print\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .print\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .print\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .print\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .print\:to-gray-dark-50{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .print\:to-gray-dark-100{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:to-gray-dark-200{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .print\:to-gray-dark-700{
    --tw-gradient-to: #979797 !important;
  }

  .print\:to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .print\:to-gray-200{
    --tw-gradient-to: #eeeeee !important;
  }

  .print\:to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .print\:to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .print\:to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .print\:to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .print\:to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .print\:to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .print\:to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .print\:to-gray-e4e{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .print\:to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .print\:to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .print\:to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .print\:to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .print\:to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .print\:to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .print\:to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .print\:to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .print\:to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .print\:to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .print\:to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .print\:to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .print\:to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .print\:to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .print\:to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .print\:to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .print\:to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .print\:to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .print\:to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .print\:to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .print\:to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .print\:to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .print\:to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .print\:to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .print\:to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .print\:to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .print\:to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .print\:to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .print\:to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .print\:to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .print\:to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .print\:to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .print\:to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .print\:to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .print\:to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .print\:to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .print\:to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .print\:to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .print\:to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .print\:to-teal-500{
    --tw-gradient-to: #30CED0 !important;
  }

  .print\:to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .print\:to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .print\:to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .print\:to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .print\:to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .print\:to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .print\:to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .print\:to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .print\:to-blue-500{
    --tw-gradient-to: #3A98DC !important;
  }

  .print\:to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .print\:to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .print\:to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .print\:to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .print\:to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .print\:to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .print\:to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .print\:to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .print\:to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .print\:to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .print\:to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .print\:to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .print\:to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .print\:to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .print\:to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .print\:to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .print\:to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .print\:to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .print\:to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .print\:to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .print\:to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .print\:to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .print\:to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .print\:to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .print\:to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .print\:to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .print\:to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .print\:to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .print\:to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .print\:to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .print\:to-pink-900{
    --tw-gradient-to: #702459 !important;
  }

  .print\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .print\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .print\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .print\:hover\:to-gray-dark-50:hover{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .print\:hover\:to-gray-dark-100:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:hover\:to-gray-dark-200:hover{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .print\:hover\:to-gray-dark-700:hover{
    --tw-gradient-to: #979797 !important;
  }

  .print\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .print\:hover\:to-gray-200:hover{
    --tw-gradient-to: #eeeeee !important;
  }

  .print\:hover\:to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .print\:hover\:to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .print\:hover\:to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .print\:hover\:to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .print\:hover\:to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .print\:hover\:to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .print\:hover\:to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .print\:hover\:to-gray-e4e:hover{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:hover\:to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .print\:hover\:to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .print\:hover\:to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .print\:hover\:to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .print\:hover\:to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .print\:hover\:to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .print\:hover\:to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .print\:hover\:to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .print\:hover\:to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .print\:hover\:to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .print\:hover\:to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .print\:hover\:to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .print\:hover\:to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .print\:hover\:to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .print\:hover\:to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .print\:hover\:to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .print\:hover\:to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .print\:hover\:to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .print\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .print\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .print\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .print\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .print\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .print\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .print\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .print\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .print\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .print\:hover\:to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .print\:hover\:to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .print\:hover\:to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .print\:hover\:to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .print\:hover\:to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .print\:hover\:to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .print\:hover\:to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .print\:hover\:to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .print\:hover\:to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .print\:hover\:to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .print\:hover\:to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .print\:hover\:to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .print\:hover\:to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .print\:hover\:to-teal-500:hover{
    --tw-gradient-to: #30CED0 !important;
  }

  .print\:hover\:to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .print\:hover\:to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .print\:hover\:to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .print\:hover\:to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .print\:hover\:to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .print\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .print\:hover\:to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .print\:hover\:to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .print\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3A98DC !important;
  }

  .print\:hover\:to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .print\:hover\:to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .print\:hover\:to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .print\:hover\:to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .print\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .print\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .print\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .print\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .print\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .print\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .print\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .print\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .print\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .print\:hover\:to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .print\:hover\:to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .print\:hover\:to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .print\:hover\:to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .print\:hover\:to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .print\:hover\:to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .print\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .print\:hover\:to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .print\:hover\:to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .print\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .print\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .print\:hover\:to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .print\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .print\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .print\:hover\:to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .print\:hover\:to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .print\:hover\:to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .print\:hover\:to-pink-900:hover{
    --tw-gradient-to: #702459 !important;
  }

  .print\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .print\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .print\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .print\:focus\:to-gray-dark-50:focus{
    --tw-gradient-to: #f2f2f2 !important;
  }

  .print\:focus\:to-gray-dark-100:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:focus\:to-gray-dark-200:focus{
    --tw-gradient-to: #D8D8D8 !important;
  }

  .print\:focus\:to-gray-dark-700:focus{
    --tw-gradient-to: #979797 !important;
  }

  .print\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .print\:focus\:to-gray-200:focus{
    --tw-gradient-to: #eeeeee !important;
  }

  .print\:focus\:to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .print\:focus\:to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .print\:focus\:to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .print\:focus\:to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .print\:focus\:to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .print\:focus\:to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .print\:focus\:to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .print\:focus\:to-gray-e4e:focus{
    --tw-gradient-to: #e4e4e4 !important;
  }

  .print\:focus\:to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .print\:focus\:to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .print\:focus\:to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .print\:focus\:to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .print\:focus\:to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .print\:focus\:to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .print\:focus\:to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .print\:focus\:to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .print\:focus\:to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .print\:focus\:to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .print\:focus\:to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .print\:focus\:to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .print\:focus\:to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .print\:focus\:to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .print\:focus\:to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .print\:focus\:to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .print\:focus\:to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .print\:focus\:to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .print\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .print\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .print\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .print\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .print\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .print\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .print\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .print\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .print\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .print\:focus\:to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .print\:focus\:to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .print\:focus\:to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .print\:focus\:to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .print\:focus\:to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .print\:focus\:to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .print\:focus\:to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .print\:focus\:to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .print\:focus\:to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .print\:focus\:to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .print\:focus\:to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .print\:focus\:to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .print\:focus\:to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .print\:focus\:to-teal-500:focus{
    --tw-gradient-to: #30CED0 !important;
  }

  .print\:focus\:to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .print\:focus\:to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .print\:focus\:to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .print\:focus\:to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .print\:focus\:to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .print\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .print\:focus\:to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .print\:focus\:to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .print\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3A98DC !important;
  }

  .print\:focus\:to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .print\:focus\:to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .print\:focus\:to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .print\:focus\:to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .print\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .print\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .print\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .print\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .print\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .print\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .print\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .print\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .print\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .print\:focus\:to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .print\:focus\:to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .print\:focus\:to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .print\:focus\:to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .print\:focus\:to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .print\:focus\:to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .print\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .print\:focus\:to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .print\:focus\:to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .print\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .print\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .print\:focus\:to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .print\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .print\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .print\:focus\:to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .print\:focus\:to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .print\:focus\:to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .print\:focus\:to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .print\:decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .print\:decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .print\:bg-auto{
    background-size: auto !important;
  }

  .print\:bg-cover{
    background-size: cover !important;
  }

  .print\:bg-contain{
    background-size: contain !important;
  }

  .print\:bg-fixed{
    background-attachment: fixed !important;
  }

  .print\:bg-local{
    background-attachment: local !important;
  }

  .print\:bg-scroll{
    background-attachment: scroll !important;
  }

  .print\:bg-clip-border{
    background-clip: border-box !important;
  }

  .print\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .print\:bg-clip-content{
    background-clip: content-box !important;
  }

  .print\:bg-clip-text{
    background-clip: text !important;
  }

  .print\:bg-bottom{
    background-position: bottom !important;
  }

  .print\:bg-center{
    background-position: center !important;
  }

  .print\:bg-left{
    background-position: left !important;
  }

  .print\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .print\:bg-left-top{
    background-position: left top !important;
  }

  .print\:bg-right{
    background-position: right !important;
  }

  .print\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .print\:bg-right-top{
    background-position: right top !important;
  }

  .print\:bg-top{
    background-position: top !important;
  }

  .print\:bg-repeat{
    background-repeat: repeat !important;
  }

  .print\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .print\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .print\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .print\:bg-repeat-round{
    background-repeat: round !important;
  }

  .print\:bg-repeat-space{
    background-repeat: space !important;
  }

  .print\:bg-origin-border{
    background-origin: border-box !important;
  }

  .print\:bg-origin-padding{
    background-origin: padding-box !important;
  }

  .print\:bg-origin-content{
    background-origin: content-box !important;
  }

  .print\:fill-current{
    fill: currentColor !important;
  }

  .print\:stroke-current{
    stroke: currentColor !important;
  }

  .print\:stroke-0{
    stroke-width: 0 !important;
  }

  .print\:stroke-1{
    stroke-width: 1 !important;
  }

  .print\:stroke-2{
    stroke-width: 2 !important;
  }

  .print\:object-contain{
    object-fit: contain !important;
  }

  .print\:object-cover{
    object-fit: cover !important;
  }

  .print\:object-fill{
    object-fit: fill !important;
  }

  .print\:object-none{
    object-fit: none !important;
  }

  .print\:object-scale-down{
    object-fit: scale-down !important;
  }

  .print\:object-bottom{
    object-position: bottom !important;
  }

  .print\:object-center{
    object-position: center !important;
  }

  .print\:object-left{
    object-position: left !important;
  }

  .print\:object-left-bottom{
    object-position: left bottom !important;
  }

  .print\:object-left-top{
    object-position: left top !important;
  }

  .print\:object-right{
    object-position: right !important;
  }

  .print\:object-right-bottom{
    object-position: right bottom !important;
  }

  .print\:object-right-top{
    object-position: right top !important;
  }

  .print\:object-top{
    object-position: top !important;
  }

  .print\:p-0{
    padding: 0 !important;
  }

  .print\:p-1{
    padding: 0.25rem !important;
  }

  .print\:p-2{
    padding: 0.5rem !important;
  }

  .print\:p-3{
    padding: 0.75rem !important;
  }

  .print\:p-4{
    padding: 1rem !important;
  }

  .print\:p-5{
    padding: 1.25rem !important;
  }

  .print\:p-6{
    padding: 1.5rem !important;
  }

  .print\:p-8{
    padding: 2rem !important;
  }

  .print\:p-10{
    padding: 2.5rem !important;
  }

  .print\:p-11{
    padding: 2.75rem !important;
  }

  .print\:p-12{
    padding: 3rem !important;
  }

  .print\:p-16{
    padding: 4rem !important;
  }

  .print\:p-20{
    padding: 5rem !important;
  }

  .print\:p-24{
    padding: 6rem !important;
  }

  .print\:p-32{
    padding: 8rem !important;
  }

  .print\:p-40{
    padding: 10rem !important;
  }

  .print\:p-48{
    padding: 12rem !important;
  }

  .print\:p-56{
    padding: 14rem !important;
  }

  .print\:p-64{
    padding: 16rem !important;
  }

  .print\:p-px{
    padding: 1px !important;
  }

  .print\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .print\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .print\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .print\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .print\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .print\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .print\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .print\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .print\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .print\:px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .print\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .print\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .print\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .print\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .print\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .print\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .print\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .print\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .print\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .print\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .print\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .print\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .print\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .print\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .print\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .print\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .print\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .print\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .print\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .print\:py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .print\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .print\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .print\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .print\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .print\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .print\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .print\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .print\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .print\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .print\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .print\:pt-0{
    padding-top: 0 !important;
  }

  .print\:pt-1{
    padding-top: 0.25rem !important;
  }

  .print\:pt-2{
    padding-top: 0.5rem !important;
  }

  .print\:pt-3{
    padding-top: 0.75rem !important;
  }

  .print\:pt-4{
    padding-top: 1rem !important;
  }

  .print\:pt-5{
    padding-top: 1.25rem !important;
  }

  .print\:pt-6{
    padding-top: 1.5rem !important;
  }

  .print\:pt-8{
    padding-top: 2rem !important;
  }

  .print\:pt-10{
    padding-top: 2.5rem !important;
  }

  .print\:pt-11{
    padding-top: 2.75rem !important;
  }

  .print\:pt-12{
    padding-top: 3rem !important;
  }

  .print\:pt-16{
    padding-top: 4rem !important;
  }

  .print\:pt-20{
    padding-top: 5rem !important;
  }

  .print\:pt-24{
    padding-top: 6rem !important;
  }

  .print\:pt-32{
    padding-top: 8rem !important;
  }

  .print\:pt-40{
    padding-top: 10rem !important;
  }

  .print\:pt-48{
    padding-top: 12rem !important;
  }

  .print\:pt-56{
    padding-top: 14rem !important;
  }

  .print\:pt-64{
    padding-top: 16rem !important;
  }

  .print\:pt-px{
    padding-top: 1px !important;
  }

  .print\:pr-0{
    padding-right: 0 !important;
  }

  .print\:pr-1{
    padding-right: 0.25rem !important;
  }

  .print\:pr-2{
    padding-right: 0.5rem !important;
  }

  .print\:pr-3{
    padding-right: 0.75rem !important;
  }

  .print\:pr-4{
    padding-right: 1rem !important;
  }

  .print\:pr-5{
    padding-right: 1.25rem !important;
  }

  .print\:pr-6{
    padding-right: 1.5rem !important;
  }

  .print\:pr-8{
    padding-right: 2rem !important;
  }

  .print\:pr-10{
    padding-right: 2.5rem !important;
  }

  .print\:pr-11{
    padding-right: 2.75rem !important;
  }

  .print\:pr-12{
    padding-right: 3rem !important;
  }

  .print\:pr-16{
    padding-right: 4rem !important;
  }

  .print\:pr-20{
    padding-right: 5rem !important;
  }

  .print\:pr-24{
    padding-right: 6rem !important;
  }

  .print\:pr-32{
    padding-right: 8rem !important;
  }

  .print\:pr-40{
    padding-right: 10rem !important;
  }

  .print\:pr-48{
    padding-right: 12rem !important;
  }

  .print\:pr-56{
    padding-right: 14rem !important;
  }

  .print\:pr-64{
    padding-right: 16rem !important;
  }

  .print\:pr-px{
    padding-right: 1px !important;
  }

  .print\:pb-0{
    padding-bottom: 0 !important;
  }

  .print\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .print\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .print\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .print\:pb-4{
    padding-bottom: 1rem !important;
  }

  .print\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .print\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .print\:pb-8{
    padding-bottom: 2rem !important;
  }

  .print\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .print\:pb-11{
    padding-bottom: 2.75rem !important;
  }

  .print\:pb-12{
    padding-bottom: 3rem !important;
  }

  .print\:pb-16{
    padding-bottom: 4rem !important;
  }

  .print\:pb-20{
    padding-bottom: 5rem !important;
  }

  .print\:pb-24{
    padding-bottom: 6rem !important;
  }

  .print\:pb-32{
    padding-bottom: 8rem !important;
  }

  .print\:pb-40{
    padding-bottom: 10rem !important;
  }

  .print\:pb-48{
    padding-bottom: 12rem !important;
  }

  .print\:pb-56{
    padding-bottom: 14rem !important;
  }

  .print\:pb-64{
    padding-bottom: 16rem !important;
  }

  .print\:pb-px{
    padding-bottom: 1px !important;
  }

  .print\:pl-0{
    padding-left: 0 !important;
  }

  .print\:pl-1{
    padding-left: 0.25rem !important;
  }

  .print\:pl-2{
    padding-left: 0.5rem !important;
  }

  .print\:pl-3{
    padding-left: 0.75rem !important;
  }

  .print\:pl-4{
    padding-left: 1rem !important;
  }

  .print\:pl-5{
    padding-left: 1.25rem !important;
  }

  .print\:pl-6{
    padding-left: 1.5rem !important;
  }

  .print\:pl-8{
    padding-left: 2rem !important;
  }

  .print\:pl-10{
    padding-left: 2.5rem !important;
  }

  .print\:pl-11{
    padding-left: 2.75rem !important;
  }

  .print\:pl-12{
    padding-left: 3rem !important;
  }

  .print\:pl-16{
    padding-left: 4rem !important;
  }

  .print\:pl-20{
    padding-left: 5rem !important;
  }

  .print\:pl-24{
    padding-left: 6rem !important;
  }

  .print\:pl-32{
    padding-left: 8rem !important;
  }

  .print\:pl-40{
    padding-left: 10rem !important;
  }

  .print\:pl-48{
    padding-left: 12rem !important;
  }

  .print\:pl-56{
    padding-left: 14rem !important;
  }

  .print\:pl-64{
    padding-left: 16rem !important;
  }

  .print\:pl-px{
    padding-left: 1px !important;
  }

  .print\:text-left{
    text-align: left !important;
  }

  .print\:text-center{
    text-align: center !important;
  }

  .print\:text-right{
    text-align: right !important;
  }

  .print\:text-justify{
    text-align: justify !important;
  }

  .print\:align-baseline{
    vertical-align: baseline !important;
  }

  .print\:align-top{
    vertical-align: top !important;
  }

  .print\:align-middle{
    vertical-align: middle !important;
  }

  .print\:align-bottom{
    vertical-align: bottom !important;
  }

  .print\:align-text-top{
    vertical-align: text-top !important;
  }

  .print\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .print\:font-sans{
    font-family: CircularStd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .print\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .print\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .print\:text-2xs{
    font-size: 0.5rem !important;
  }

  .print\:text-xs{
    font-size: 0.75rem !important;
  }

  .print\:text-sm{
    font-size: 0.875rem !important;
  }

  .print\:text-base{
    font-size: 1rem !important;
  }

  .print\:text-lg{
    font-size: 1.125rem !important;
  }

  .print\:text-xl{
    font-size: 1.25rem !important;
  }

  .print\:text-2xl{
    font-size: 1.5rem !important;
  }

  .print\:text-3xl{
    font-size: 1.875rem !important;
  }

  .print\:text-4xl{
    font-size: 2.25rem !important;
  }

  .print\:text-5xl{
    font-size: 3rem !important;
  }

  .print\:text-6xl{
    font-size: 4rem !important;
  }

  .print\:font-hairline{
    font-weight: 100 !important;
  }

  .print\:font-thin{
    font-weight: 200 !important;
  }

  .print\:font-light{
    font-weight: 300 !important;
  }

  .print\:font-normal{
    font-weight: 400 !important;
  }

  .print\:font-medium{
    font-weight: 500 !important;
  }

  .print\:font-semibold{
    font-weight: 600 !important;
  }

  .print\:font-bold{
    font-weight: 700 !important;
  }

  .print\:font-extrabold{
    font-weight: 800 !important;
  }

  .print\:font-black{
    font-weight: 900 !important;
  }

  .print\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .print\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .print\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .print\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .print\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .print\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .print\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .print\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .print\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .print\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .print\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .print\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .print\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .print\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .print\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .print\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .print\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .print\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .print\:uppercase{
    text-transform: uppercase !important;
  }

  .print\:lowercase{
    text-transform: lowercase !important;
  }

  .print\:capitalize{
    text-transform: capitalize !important;
  }

  .print\:normal-case{
    text-transform: none !important;
  }

  .print\:italic{
    font-style: italic !important;
  }

  .print\:not-italic{
    font-style: normal !important;
  }

  .print\:ordinal, .print\:slashed-zero, .print\:lining-nums, .print\:oldstyle-nums, .print\:proportional-nums, .print\:tabular-nums, .print\:diagonal-fractions, .print\: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;
  }

  .print\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .print\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .print\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .print\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .print\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .print\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .print\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .print\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .print\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .print\:leading-none{
    line-height: 1 !important;
  }

  .print\:leading-tight{
    line-height: 1.25 !important;
  }

  .print\:leading-snug{
    line-height: 1.375 !important;
  }

  .print\:leading-normal{
    line-height: 1.5 !important;
  }

  .print\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .print\:leading-loose{
    line-height: 2 !important;
  }

  .print\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .print\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .print\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .print\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .print\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .print\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .print\:text-transparent{
    color: transparent !important;
  }

  .print\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .print\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .print\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .print\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .print\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .print\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .print\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .print\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .print\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .print\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .print\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .print\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .print\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-dark-50:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-dark-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-dark-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-dark-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-gray-e4e:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .print\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .print\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-dark-50:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-dark-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-dark-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-dark-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-gray-e4e:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .print\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .print\:group-hover\:text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-dark-50{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-dark-100{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-dark-200{
    --tw-text-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-dark-700{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-gray-e4e{
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .group:hover .print\:group-hover\:text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .print\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .print\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .print\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .print\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .print\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .print\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .print\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .print\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .print\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .print\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .print\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .print\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .print\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .print\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .print\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .print\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .print\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .print\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .print\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .print\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .print\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .print\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .print\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .print\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .print\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .print\:underline{
    text-decoration: underline !important;
  }

  .print\:line-through{
    text-decoration: line-through !important;
  }

  .print\:no-underline{
    text-decoration: none !important;
  }

  .print\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .print\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .print\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .print\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .print\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .print\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .print\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .print\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .print\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .print\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-dark-50::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-dark-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-dark-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-dark-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-gray-e4e::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .print\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-dark-50:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-dark-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-dark-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-dark-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 151, 151, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-gray-e4e:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 228, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 206, 208, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 152, 220, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .print\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .print\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .print\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .print\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .print\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .print\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .print\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .print\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .print\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .print\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .print\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .print\:opacity-0{
    opacity: 0 !important;
  }

  .print\:opacity-25{
    opacity: 0.25 !important;
  }

  .print\:opacity-50{
    opacity: 0.5 !important;
  }

  .print\:opacity-75{
    opacity: 0.75 !important;
  }

  .print\:opacity-100{
    opacity: 1 !important;
  }

  .print\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .print\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .print\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .print\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .print\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .print\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .print\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .print\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .print\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .print\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .print\:bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .print\:bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .print\:bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .print\:bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .print\:bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .print\:bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .print\:bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .print\:bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .print\:bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .print\:bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .print\:bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .print\:bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .print\:bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .print\:bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .print\:bg-blend-color{
    background-blend-mode: color !important;
  }

  .print\:bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .print\:mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .print\:mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .print\:mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .print\:mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .print\:mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .print\:mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .print\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .print\:mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .print\:mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .print\:mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .print\:mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .print\:mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .print\:mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .print\:mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .print\:mix-blend-color{
    mix-blend-mode: color !important;
  }

  .print\:mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .print\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .print\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .print\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .print\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .print\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .print\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .print\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .print\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .print\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .print\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .print\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .print\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .print\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-dark-50{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-dark-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-dark-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-dark-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-gray-e4e{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .print\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-dark-50:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-dark-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-dark-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-dark-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-gray-e4e:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .print\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .print\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-dark-50:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-dark-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-dark-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-dark-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 151, 151, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-gray-e4e:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 228, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 206, 208, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 152, 220, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .print\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .print\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .print\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .print\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .print\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .print\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .print\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .print\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .print\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .print\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .print\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .print\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .print\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .print\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .print\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .print\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .print\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .print\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .print\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .print\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .print\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .print\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .print\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .print\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .print\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .print\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .print\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .print\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .print\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .print\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .print\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .print\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .print\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .print\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .print\:ring-offset-gray-dark-50{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .print\:ring-offset-gray-dark-100{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:ring-offset-gray-dark-200{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .print\:ring-offset-gray-dark-700{
    --tw-ring-offset-color: #979797 !important;
  }

  .print\:ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .print\:ring-offset-gray-200{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .print\:ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .print\:ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .print\:ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .print\:ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .print\:ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .print\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .print\:ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .print\:ring-offset-gray-e4e{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .print\:ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .print\:ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .print\:ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .print\:ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .print\:ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .print\:ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .print\:ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .print\:ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .print\:ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .print\:ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .print\:ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .print\:ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .print\:ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .print\:ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .print\:ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .print\:ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .print\:ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .print\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .print\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .print\:ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .print\:ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .print\:ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .print\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .print\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .print\:ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .print\:ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .print\:ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .print\:ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .print\:ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .print\:ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .print\:ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .print\:ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .print\:ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .print\:ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .print\:ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .print\:ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .print\:ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .print\:ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .print\:ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .print\:ring-offset-teal-500{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .print\:ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .print\:ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .print\:ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .print\:ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .print\:ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .print\:ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .print\:ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .print\:ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .print\:ring-offset-blue-500{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .print\:ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .print\:ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .print\:ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .print\:ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .print\:ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .print\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .print\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .print\:ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .print\:ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .print\:ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .print\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .print\:ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .print\:ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .print\:ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .print\:ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .print\:ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .print\:ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .print\:ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .print\:ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .print\:ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .print\:ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .print\:ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .print\:ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .print\:ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .print\:ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .print\:ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .print\:ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .print\:ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .print\:ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .print\:ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .print\:ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !important;
  }

  .print\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .print\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .print\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .print\:focus-within\:ring-offset-gray-dark-50:focus-within{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .print\:focus-within\:ring-offset-gray-dark-100:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:focus-within\:ring-offset-gray-dark-200:focus-within{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .print\:focus-within\:ring-offset-gray-dark-700:focus-within{
    --tw-ring-offset-color: #979797 !important;
  }

  .print\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .print\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .print\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .print\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .print\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .print\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .print\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .print\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .print\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .print\:focus-within\:ring-offset-gray-e4e:focus-within{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .print\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .print\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .print\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .print\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .print\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .print\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .print\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .print\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .print\:focus-within\:ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .print\:focus-within\:ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .print\:focus-within\:ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .print\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .print\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .print\:focus-within\:ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .print\:focus-within\:ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .print\:focus-within\:ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .print\:focus-within\:ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .print\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .print\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .print\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .print\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .print\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .print\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .print\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .print\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .print\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .print\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .print\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .print\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .print\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .print\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .print\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .print\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .print\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .print\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .print\:focus-within\:ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .print\:focus-within\:ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .print\:focus-within\:ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .print\:focus-within\:ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .print\:focus-within\:ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .print\:focus-within\:ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .print\:focus-within\:ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .print\:focus-within\:ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .print\:focus-within\:ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .print\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .print\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .print\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .print\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .print\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .print\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .print\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .print\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .print\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .print\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .print\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .print\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .print\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .print\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .print\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .print\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .print\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .print\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .print\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .print\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .print\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .print\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .print\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .print\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .print\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .print\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .print\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .print\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .print\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .print\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .print\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .print\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .print\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .print\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .print\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .print\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !important;
  }

  .print\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .print\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .print\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .print\:focus\:ring-offset-gray-dark-50:focus{
    --tw-ring-offset-color: #f2f2f2 !important;
  }

  .print\:focus\:ring-offset-gray-dark-100:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:focus\:ring-offset-gray-dark-200:focus{
    --tw-ring-offset-color: #D8D8D8 !important;
  }

  .print\:focus\:ring-offset-gray-dark-700:focus{
    --tw-ring-offset-color: #979797 !important;
  }

  .print\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .print\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #eeeeee !important;
  }

  .print\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .print\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .print\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .print\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .print\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .print\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .print\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .print\:focus\:ring-offset-gray-e4e:focus{
    --tw-ring-offset-color: #e4e4e4 !important;
  }

  .print\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .print\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .print\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .print\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .print\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .print\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .print\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .print\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .print\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .print\:focus\:ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .print\:focus\:ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .print\:focus\:ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .print\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .print\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .print\:focus\:ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .print\:focus\:ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .print\:focus\:ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .print\:focus\:ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .print\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .print\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .print\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .print\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .print\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .print\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .print\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .print\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .print\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .print\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .print\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .print\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .print\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .print\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .print\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .print\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .print\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .print\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .print\:focus\:ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .print\:focus\:ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .print\:focus\:ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .print\:focus\:ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .print\:focus\:ring-offset-teal-500:focus{
    --tw-ring-offset-color: #30CED0 !important;
  }

  .print\:focus\:ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .print\:focus\:ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .print\:focus\:ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .print\:focus\:ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .print\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .print\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .print\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .print\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .print\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3A98DC !important;
  }

  .print\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .print\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .print\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .print\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .print\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .print\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .print\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .print\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .print\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .print\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .print\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .print\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .print\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .print\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .print\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .print\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .print\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .print\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .print\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .print\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .print\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .print\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .print\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .print\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .print\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .print\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .print\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .print\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .print\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .print\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .print\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .print\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .print\:filter-none{
    filter: none !important;
  }

  .print\:hover\:filter:hover{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .print\:hover\:filter-none:hover{
    filter: none !important;
  }

  .print\:focus\:filter:focus{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .print\:focus\:filter-none:focus{
    filter: none !important;
  }

  .group:hover .print\:group-hover\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .group:hover .print\:group-hover\:filter-none{
    filter: none !important;
  }

  .print\:blur-0{
    --tw-blur: blur(0) !important;
  }

  .print\:blur-none{
    --tw-blur: blur(0) !important;
  }

  .print\:blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .print\:blur{
    --tw-blur: blur(8px) !important;
  }

  .print\:blur-md{
    --tw-blur: blur(12px) !important;
  }

  .print\:blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .print\:blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .print\:blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .print\:blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .print\:brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .print\:brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .print\:brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .print\:brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .print\:brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .print\:brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .print\:brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .print\:brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .print\:brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .print\:brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .print\:brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .print\:contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .print\:contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .print\:contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .print\:contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .print\:contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .print\:contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .print\:contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .print\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .print\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .print\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .print\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .print\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .print\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .print\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .print\:grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .print\:grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .print\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .print\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .print\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .print\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .print\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .print\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .print\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .print\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .print\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .print\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .print\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .print\:invert-0{
    --tw-invert: invert(0) !important;
  }

  .print\:invert{
    --tw-invert: invert(100%) !important;
  }

  .print\:saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .print\:saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .print\:saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .print\:saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .print\:saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .print\:sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .print\:sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .print\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .print\:backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .print\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .print\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .print\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .print\:backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .print\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .print\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .print\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .print\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .print\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .print\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .print\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .print\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .print\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .print\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .print\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .print\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .print\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .print\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .print\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .print\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .print\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .print\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .print\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .print\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .print\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .print\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .print\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .print\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .print\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .print\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .print\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .print\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .print\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .print\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .print\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .print\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .print\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .print\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .print\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .print\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .print\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .print\:backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .print\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .print\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .print\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .print\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .print\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .print\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .print\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .print\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .print\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .print\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .print\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .print\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .print\:transition-none{
    transition-property: none !important;
  }

  .print\:transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .print\:delay-75{
    transition-delay: 75ms !important;
  }

  .print\:delay-100{
    transition-delay: 100ms !important;
  }

  .print\:delay-150{
    transition-delay: 150ms !important;
  }

  .print\:delay-200{
    transition-delay: 200ms !important;
  }

  .print\:delay-300{
    transition-delay: 300ms !important;
  }

  .print\:delay-500{
    transition-delay: 500ms !important;
  }

  .print\:delay-700{
    transition-delay: 700ms !important;
  }

  .print\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .print\:duration-75{
    transition-duration: 75ms !important;
  }

  .print\:duration-100{
    transition-duration: 100ms !important;
  }

  .print\:duration-150{
    transition-duration: 150ms !important;
  }

  .print\:duration-200{
    transition-duration: 200ms !important;
  }

  .print\:duration-300{
    transition-duration: 300ms !important;
  }

  .print\:duration-500{
    transition-duration: 500ms !important;
  }

  .print\:duration-700{
    transition-duration: 700ms !important;
  }

  .print\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .print\:ease-linear{
    transition-timing-function: linear !important;
  }

  .print\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .print\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .print\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .print\:filter-none{
    filter: none !important;
  }

  .print\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .print\:filter-invert{
    filter: invert(1) !important;
  }

  .print\:filter-sepia{
    filter: sepia(1) !important;
  }

  .print\:filter-brightness{
    filter: brightness(1) !important;
  }

  .print\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }

  .print\:hover\:filter-none:hover{
    filter: none !important;
  }

  .print\:hover\:filter-grayscale:hover{
    filter: grayscale(1) !important;
  }

  .print\:hover\:filter-invert:hover{
    filter: invert(1) !important;
  }

  .print\:hover\:filter-sepia:hover{
    filter: sepia(1) !important;
  }

  .print\:hover\:filter-brightness:hover{
    filter: brightness(1) !important;
  }

  .print\:hover\:filter-white-overlay:hover{
    filter: brightness(0) invert(1) !important;
  }

  .print\:focus\:filter-none:focus{
    filter: none !important;
  }

  .print\:focus\:filter-grayscale:focus{
    filter: grayscale(1) !important;
  }

  .print\:focus\:filter-invert:focus{
    filter: invert(1) !important;
  }

  .print\:focus\:filter-sepia:focus{
    filter: sepia(1) !important;
  }

  .print\:focus\:filter-brightness:focus{
    filter: brightness(1) !important;
  }

  .print\:focus\:filter-white-overlay:focus{
    filter: brightness(0) invert(1) !important;
  }

  .group:hover .print\:group-hover\:filter-none{
    filter: none !important;
  }

  .group:hover .print\:group-hover\:filter-grayscale{
    filter: grayscale(1) !important;
  }

  .group:hover .print\:group-hover\:filter-invert{
    filter: invert(1) !important;
  }

  .group:hover .print\:group-hover\:filter-sepia{
    filter: sepia(1) !important;
  }

  .group:hover .print\:group-hover\:filter-brightness{
    filter: brightness(1) !important;
  }

  .group:hover .print\:group-hover\:filter-white-overlay{
    filter: brightness(0) invert(1) !important;
  }
}
